There was an error while loading. Please reload this page.
1 parent 81fee63 commit 416a2d5Copy full SHA for 416a2d5
scripts/publish_prod.sh
@@ -80,6 +80,7 @@ echo
80
echo 'Pushing updates to github'
81
MINOR_VERSION=$(echo $NEW_VERSION | cut -d '.' -f 2)
82
git push origin main
83
+git tag "v$MINOR_VERSION"
84
git push origin "refs/tags/v$MINOR_VERSION"
85
86
0 commit comments