fix(releases): use contents: write permission in the release workflow (#2761)

Needed to push tags
This commit is contained in:
Saadi Myftija
2025-12-05 17:22:24 +01:00
committed by GitHub
parent a52566d9cc
commit d8f5853457
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
environment: npm-publish
permissions:
contents: read
contents: write
packages: write
id-token: write
if: |