Skip to content

Commit

Permalink
more version debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Oct 10, 2023
1 parent 7e2070a commit f8877e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/node_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ npm pack --dry-run

# upload to npm, maybe
if [[ "$GITHUB_REF" =~ ^(refs/heads/main|refs/tags/v.+)$ && "$1" = "upload" ]] ; then
echo "UPLOAD" $VER $DIST
npm version
echo $TAG
# npm config set //registry.npmjs.org/:_authToken $NODE_AUTH_TOKEN
# npm publish --access public $TAG
fi

0 comments on commit f8877e3

Please sign in to comment.