Skip to content

Commit

Permalink
ci: release-plz
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 16, 2024
1 parent 9267a35 commit f541950
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [published]

concurrency:
group: release-${{ github.ref_name }}
group: publish-cli-${{ github.ref_name }}

env:
CARGO_TERM_COLOR: always
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
branches:
- main

concurrency:
group: release-plz-${{ github.ref }}

jobs:
release-plz:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f541950

Please sign in to comment.