File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 6969
7070 # Upgrade npm to latest for OIDC support
7171 - name : Upgrade npm
72- run : |
73- npm install -g npm@latest
74- echo "npm version: $(npm --version)"
72+ run : npm install -g npm@latest
7573
7674 - run : yarn install --frozen-lockfile
7775 - run : yarn build
8583 # npm publish runs directly in workflow step so OIDC works
8684 - name : Publish to npm with OIDC
8785 if : ${{ hashFiles('.release-created') != '' }}
88- run : |
89- echo "=== Debug Info ==="
90- echo "npm version: $(npm --version)"
91- echo "node version: $(node --version)"
92- echo "OIDC token URL available: ${ACTIONS_ID_TOKEN_REQUEST_URL:+yes}"
93- echo "Registry: $(npm config get registry)"
94- echo "==================="
95- npm publish --workspaces --access public --provenance
86+ run : npm publish --workspaces --access public --provenance
You can’t perform that action at this time.
0 commit comments