We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a5c74 commit c60f656Copy full SHA for c60f656
1 file changed
.github/workflows/release.yml
@@ -8,8 +8,9 @@ on:
8
concurrency: ${{ github.workflow }}-${{ github.ref }}
9
10
permissions:
11
- contents: read
+ contents: write
12
pull-requests: write
13
+ packages: write
14
15
jobs:
16
release:
0 commit comments