We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a328b commit 7255daaCopy full SHA for 7255daa
1 file changed
.github/workflows/push_dist_to_npm.yml
@@ -24,8 +24,9 @@ jobs:
24
- name: Build
25
26
run: |
27
+ rm -f ~/.npmrc
28
+ npm config list
29
npm --version
- echo "OIDC token: $ACTIONS_ID_TOKEN_REQUEST_TOKEN"
30
npm whoami
31
npm version --git-tag-version=false 0.0.0-$(git rev-parse HEAD)
32
# limit distribution to the dist folder (just for this build), and set package name
0 commit comments