We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff2d04 commit b801fa1Copy full SHA for b801fa1
1 file changed
.github/workflows/publish.yml
@@ -26,19 +26,10 @@ jobs:
26
node-version: '22.x'
27
registry-url: 'https://registry.npmjs.org'
28
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
-
38
- name: Build
39
run: |
40
yarn
41
yarn prepare
42
43
- name: Publish to npm
44
- run: npm publish --provenance --access public
+ run: npm publish --access public
0 commit comments