Skip to content

Commit bc9cbd8

Browse files
committed
ci: fix release
1 parent 49fd783 commit bc9cbd8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ jobs:
179179
name: Release
180180
if: github.ref == 'refs/heads/master'
181181
runs-on: ubuntu-latest
182+
concurrency: release-${{ github.ref }}
183+
permissions:
184+
contents: write
185+
issues: write
186+
pull-requests: write
182187
needs:
183188
- build
184189
- build-binaries

0 commit comments

Comments
 (0)