fix(release): release shell
This commit is contained in:
parent
271dde8f5e
commit
628e2115a3
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
|
|||
git commit -m "chore: add changelog $VERSION"
|
||||
|
||||
# publish
|
||||
git tag v$VERSION
|
||||
git push origin refs/tags/v$VERSION
|
||||
git push
|
||||
if [[ -z $RELEASE_TAG ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue