diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index a01a670..76f0591 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -19,3 +19,21 @@ jobs: override: true - name: run cargo test run: cargo test --all-features + + publish: + needs: + - test + runs-on: ubuntu-latest + permissions: + id-token: "write" + contents: "read" + steps: + - uses: actions/checkout@v3 + - uses: DeterminateSystems/nix-installer-action@main + - run: | + : build the nix flake + nix build .# + - uses: DeterminateSystems/flakehub-push@main + with: + visibility: "public" + rolling: true