Skip to content

Commit

Permalink
feat: add flakestry release
Browse files Browse the repository at this point in the history
  • Loading branch information
woile committed Nov 10, 2023
1 parent 6c1a67e commit b4f04e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ jobs:
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CRATES_TOKEN }}
publish-flake:
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps:
- uses: flakestry/flakestry-publish@main
with:
version: "${{ github.ref_name }}"

0 comments on commit b4f04e0

Please sign in to comment.