don't push tag
This commit is contained in:
parent
dcdf6f68b0
commit
88f6bbc03e
|
@ -31,10 +31,9 @@ npm pack
|
|||
git add -f $(tar tf ${NAME}-${VERSION}.tgz | cut -c 9-)
|
||||
rm ${NAME}-${VERSION}.tgz
|
||||
|
||||
# commit, tag, push
|
||||
# commit and tag
|
||||
git commit -m "Release v${VERSION}"
|
||||
git tag v${VERSION} -a -m "v${VERSION}"
|
||||
git push origin v${VERSION}
|
||||
|
||||
# return to original state
|
||||
git reset ${ORIG_BRANCH}
|
||||
|
|
Loading…
Reference in New Issue