Skip to content

Commit f6884c4

Browse files
docs(README): fix yml files for OIDC auth-cleanup debug info
1 parent de7bd49 commit f6884c4

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ jobs:
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
@@ -85,11 +83,4 @@ jobs:
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

0 commit comments

Comments
 (0)