Skip to content

Commit 09551db

Browse files
committed
release permissions fix
1 parent 8d88f09 commit 09551db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
app_version: ${{ steps.version.outputs.new_tag }}
1212
changelog: ${{ steps.version.outputs.changelog }}
1313
runs-on: ubuntu-latest
14-
permissions: write-all
14+
permissions:
15+
contents: write
1516
steps:
1617
- uses: actions/checkout@v4
1718

0 commit comments

Comments
 (0)