Skip to content

Commit 96909b1

Browse files
authored
fix: Fix Release workflow (#135)
1 parent 6f947a9 commit 96909b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
concurrency:
14-
group: ci-${{ github.ref }}
14+
group: ci-${{ github.event_name }}-${{ github.ref }}
1515
cancel-in-progress: true
1616
defaults:
1717
run:

0 commit comments

Comments
 (0)