Skip to content

Release 180 and bump kcl (#1704) #316

Release 180 and bump kcl (#1704)

Release 180 and bump kcl (#1704) #316

Workflow file for this run

name: "Publish every Git push to main to FlakeHub"
on:
push:
branches:
- "main"
jobs:
flakehub-publish:
runs-on: "ubuntu-latest"
permissions:
id-token: "write"
contents: "read"
steps:
- uses: "actions/checkout@v7.0.0"
with:
persist-credentials: false
- uses: "DeterminateSystems/determinate-nix-action@v3.21.2"
- uses: "DeterminateSystems/flakehub-push@main"
with:
name: "Zoo/cli"
rolling: true
visibility: "public"
include-output-paths: true