workflows: publish on release

This commit is contained in:
Alex Zenla 2024-04-03 00:08:28 +00:00
parent 4b6272f49d
commit 3641bc55f4
No known key found for this signature in database
GPG Key ID: 067B238899B51269
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 }}"

View File

@ -2,7 +2,6 @@
git_release_enable = false
git_tag_enable = false
changelog_update = false
publish = false
[[package]]
name = "krata"