Skip to content

Commit 33e9902

Browse files
author
Github Actions
committed
b
1 parent 21ee5e4 commit 33e9902

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

publish.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ NORMAL='\033[00m'
1616

1717
echo -e "🚀 Publishing ${BOLD}$PACKAGE_NAME${NORMAL} to $NPM_REGISTRY_URL\n"
1818
# npm publish --tag $TAG --registry $NPM_REGISTRY_URL || exit 1
19-
echo "🎉 Published to $NPM_REGISTRY_URL... with tag: $RELEASE_DIST_TAG"
20-
echo "dry..."
19+
echo "🎉 DRY!!! to $NPM_REGISTRY_URL with tag: $RELEASE_DIST_TAG ..."
2120

2221
echo "✅ DONE"

0 commit comments

Comments
 (0)