workflows: publish on release

This commit is contained in:
Alex Zenla
2024-04-03 00:08:28 +00:00
parent 4b6272f49d
commit 3641bc55f4
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ on:
- main
concurrency:
group: ${{ github.workflow }}
group: "${{ github.workflow }}"
cancel-in-progress: true
jobs:
@ -27,3 +27,4 @@ jobs:
uses: MarcoIeni/release-plz-action@v0.5
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CARGO_REGISTRY_TOKEN: "${{ secrets.KRATA_RELEASE_CARGO_TOKEN }}"