Skip to content

Commit

Permalink
fix: Fix Release workflow (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Mar 29, 2024
1 parent 6f947a9 commit 96909b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ci-${{ github.ref }}
group: ci-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
Expand Down

0 comments on commit 96909b1

Please sign in to comment.