mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Correctly push new release tag when publishing.
This commit is contained in:
parent
2111e76804
commit
69f2eba6cd
1 changed files with 2 additions and 1 deletions
|
@ -68,6 +68,7 @@ git add -A $DIST_FILE
|
|||
git commit -m "Release version v$VERSION"
|
||||
# Tag
|
||||
git tag "v$VERSION"
|
||||
git push --follow-tags
|
||||
git push
|
||||
git push --tags
|
||||
|
||||
cd "$PAPER_DIR/build"
|
||||
|
|
Loading…
Reference in a new issue