We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a4713 commit ea153a8Copy full SHA for ea153a8
scripts/release.sh
@@ -29,6 +29,7 @@ select VERSION in patch minor major "Specific Version"
29
echo Releasing ${NEW_VERSION} ...
30
31
# npm release
32
+ npm whoami
33
npm publish
34
echo "✅ Released to npm."
35
0 commit comments