Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-node-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
# Publish only when a non-empty npm_token is provided
if [ -n "$NPM_TOKEN" ]; then
echo "Publishing $TARBALL with tag '$NPM_TAG' to Wombat registry..."
npm publish --access=public --tag "$NPM_TAG" --registry=https://wombat-dressing-room.appspot.com "$TARBALL"

Check notice on line 186 in .github/workflows/release-node-wrapper.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

use-trusted-publishing

release-node-wrapper.yml:186: prefer trusted publishing for authentication: this command
else
echo "Dry run mode active: No NPM token provided. Skipped publishing $TARBALL."
fi
Expand All @@ -192,7 +192,7 @@

- name: Upload Release Tarball Artifact
if: steps.check.outputs.run == 'true'
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: spannerlib-node-${{ matrix.target }}-tarball
path: spannerlib/wrappers/spannerlib-node/*.tgz
Expand Down
Loading