We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c83e9a commit a128292Copy full SHA for a128292
.github/workflows/push_dist_to_npm.yml
@@ -27,7 +27,6 @@ jobs:
27
# workaround only necessary for older node versions but we have 24.12.0 which has 11.6.2 (must be 11.5.1 or later)
28
# npm install -g npm@latest
29
npm --version
30
- npm whoami
31
#npm version --git-tag-version=false 0.0.0-$(git rev-parse HEAD)
32
npm version --git-tag-version=false 0.0.1
33
# limit distribution to the dist folder (just for this build), and set package name
0 commit comments