Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit ca2f6f5

Browse files
committed
chore(release): Push using follow-tags
1 parent 36f24cd commit ca2f6f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ git add .
8181
git commit -m "Version $VERSION_CODE"
8282
git tag $VERSION_CODE
8383

84-
echo "SUCCESS!"
85-
git push
84+
echo "Release complete! Pushing to GitHub"
85+
git push --follow-tags

0 commit comments

Comments
 (0)