Skip to content

Commit 7255daa

Browse files
committed
npm publish: still not working
1 parent e3a328b commit 7255daa

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
@@ -24,8 +24,9 @@ jobs:
2424
- name: Build
2525

2626
run: |
27+
rm -f ~/.npmrc
28+
npm config list
2729
npm --version
28-
echo "OIDC token: $ACTIONS_ID_TOKEN_REQUEST_TOKEN"
2930
npm whoami
3031
npm version --git-tag-version=false 0.0.0-$(git rev-parse HEAD)
3132
# limit distribution to the dist folder (just for this build), and set package name

0 commit comments

Comments
 (0)