Skip to content

Commit 26cc433

Browse files
committed
chore(ci): fix action syntax
1 parent da385e0 commit 26cc433

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
77

88
# cancel previous runs if new commits are pushed to the PR, but run for each commit on master
9-
concurrency:
10-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
11-
cancel-in-progress: true
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
11+
cancel-in-progress: true
1212

1313
jobs:
1414
release:

0 commit comments

Comments
 (0)