We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06cfb1 commit 6e0fb49Copy full SHA for 6e0fb49
.github/workflows/push_dist_to_npm.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Build
25
26
run: |
27
+ npm --version
28
npm whoami
29
npm version --git-tag-version=false 0.0.0-$(git rev-parse HEAD)
30
# limit distribution to the dist folder (just for this build), and set package name
0 commit comments