Skip to content

Commit e3a328b

Browse files
committed
npm publish: still not working
1 parent 6e0fb49 commit e3a328b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/push_dist_to_npm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66

77
permissions:
8-
id-token: write # Required for OIDC
8+
id-token: write
99
contents: read
1010

1111
jobs:
@@ -25,6 +25,7 @@ jobs:
2525

2626
run: |
2727
npm --version
28+
echo "OIDC token: $ACTIONS_ID_TOKEN_REQUEST_TOKEN"
2829
npm whoami
2930
npm version --git-tag-version=false 0.0.0-$(git rev-parse HEAD)
3031
# limit distribution to the dist folder (just for this build), and set package name

0 commit comments

Comments
 (0)