Skip to content

Commit 15cab17

Browse files
committed
ci: serialize release publishing
1 parent dd6b5f0 commit 15cab17

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
permissions:
88
contents: read
99

10+
concurrency:
11+
group: release-${{ github.ref }}
12+
cancel-in-progress: false
13+
1014
jobs:
1115
release:
1216
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)