Skip to content

Commit b801fa1

Browse files
committed
Update publish script
1 parent fff2d04 commit b801fa1

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,10 @@ jobs:
2626
node-version: '22.x'
2727
registry-url: 'https://registry.npmjs.org'
2828

29-
- name: Debug - Check OIDC availability
30-
run: |
31-
echo "=== Environment variables for OIDC ==="
32-
echo "ACTIONS_ID_TOKEN_REQUEST_URL: ${ACTIONS_ID_TOKEN_REQUEST_URL:-NOT SET}"
33-
echo "ACTIONS_ID_TOKEN_REQUEST_TOKEN: ${ACTIONS_ID_TOKEN_REQUEST_TOKEN:+SET (hidden)}"
34-
echo ""
35-
echo "=== NPM config ==="
36-
npm config list
37-
3829
- name: Build
3930
run: |
4031
yarn
4132
yarn prepare
4233
4334
- name: Publish to npm
44-
run: npm publish --provenance --access public
35+
run: npm publish --access public

0 commit comments

Comments
 (0)