Add missing id-token: write permission in release pipeline (#5645)

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
This commit is contained in:
sudo rm -rf --no-preserve-root /
2025-04-22 23:24:43 +02:00
committed by GitHub
parent 3a14bcc783
commit da32fb3bd8
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ PACKAGE_JSON_VERSION="$(tar xfO "$TARBALL" package/package.json | jq -r .version
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
# Actual publish
npm publish --provenance "$TARBALL" --tag "$TAG"
npm publish "$TARBALL" --tag "$TAG"
# Clean up tags
delete_tag() {