Skip to content

Commit 34fe7b5

Browse files
committed
chore: fix gh action release
1 parent 04312f0 commit 34fe7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/graalvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concurrency:
2727
cancel-in-progress: true
2828

2929
permissions:
30-
contents: read
30+
contents: write
3131

3232
env:
3333
releaseBuild: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)