Skip to content

Commit

Permalink
remove --next tag in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 30, 2016
1 parent 454903b commit 8895d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ then
# publish
git push origin refs/tags/v$VERSION
git push
npm publish --tag next
npm publish
fi

0 comments on commit 8895d4b

Please sign in to comment.