Skip to content

Commit fbd2b08

Browse files
Fixed release GH action
1 parent ece3070 commit fbd2b08

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@
3636
ossrh_signing_key: ${{ secrets.OSSRH_SIGNING_KEY }}
3737
ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }}
3838
sonar_token: ${{ secrets.SONAR_TOKEN }}
39-
npm_release:
39+
npm-release:
4040
needs: [ maven-release ]
4141
runs-on: ubuntu-latest
42+
permissions:
43+
contents: write
44+
pages: write
45+
id-token: write
4246
steps:
4347
- name: Checkout repository
4448
uses: actions/checkout@v4

0 commit comments

Comments
 (0)