Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Jan 7, 2024
1 parent c9ae7dd commit 565a15a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ if [ ! "$2" ]; then
exit 1
fi

echo BRANCH_NAME=$2
echo V=$1
echo B=$2

if [ -z "$NPM_REGISTRY_URL" ]; then
NPM_REGISTRY_URL="https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ NORMAL='\033[00m'
# echo -e "🚀 Publishing ${BOLD}$PACKAGE_NAME${NORMAL} to $NPM_REGISTRY_URL\n"
# npm publish --tag $TAG --registry $NPM_REGISTRY_URL || exit 1
# echo "🎉 Published to $NPM_REGISTRY_URL ..."
echo "🎉 dry run. tag: $TAG url: $NPM_REGISTRY_URL"
echo "🎉 dry run. tag: $1 url: $NPM_REGISTRY_URL"

echo "✅ DONE"

0 comments on commit 565a15a

Please sign in to comment.