We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781dba7 commit b2fcda1Copy full SHA for b2fcda1
release.sh
@@ -21,7 +21,7 @@ then
21
npm version $VERSION -m "Upgrade to $VERSION"
22
23
# publish
24
- npm publish --tag next
+ npm publish
25
echo "Publish $VERSION successfully!"
26
27
read -p "Upgrade GitHub Pages? (y/n)" -n 1 -r
0 commit comments