Skip to content

Commit 680ac36

Browse files
Follow tags
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
1 parent a26b46b commit 680ac36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/trigger_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ git commit --signoff -m "Release $NEW_VERSION"
7777
git tag $NEW_VERSION
7878

7979
if [ -n "$REMOTE" ]; then
80-
git push -u $REMOTE $THIS_BRANCH
80+
git push --follow-tags -u $REMOTE $THIS_BRANCH
8181
fi
8282

8383
echo "Dumping to snapshot $NEW_SNAPSHOT"

0 commit comments

Comments
 (0)