Skip to content

Commit 07d4b45

Browse files
committed
Fix force pushing latest tag
1 parent c1aee5d commit 07d4b45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/release.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ git commit -am "Version $next_version"
3232
git tag $next_ref
3333
git tag latest -f
3434

35-
git push origin master --tags
35+
git push origin master
36+
git push origin $next_ref
37+
git push origin latest -f
3638

3739
npm publish build/npm

0 commit comments

Comments
 (0)