Skip to content

Commit 4ea6539

Browse files
committed
Add hot fix, explicit write permission for releases
1 parent 60a8625 commit 4ea6539

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_jar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
upload_release:
3232
needs: [ create_release ]
3333
runs-on: ubuntu-latest
34+
permissions:
35+
contents: write
3436
steps:
3537
- name: Checkout project sources
3638
uses: actions/checkout@v4

0 commit comments

Comments
 (0)