mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
workflows: publish on release
This commit is contained in:
3
.github/workflows/release-plz.yml
vendored
3
.github/workflows/release-plz.yml
vendored
@ -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 }}"
|
||||
|
Reference in New Issue
Block a user