Skip to content

Commit 416a2d5

Browse files
authored
add tag creation to publish script (#109)
1 parent 81fee63 commit 416a2d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/publish_prod.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ echo
8080
echo 'Pushing updates to github'
8181
MINOR_VERSION=$(echo $NEW_VERSION | cut -d '.' -f 2)
8282
git push origin main
83+
git tag "v$MINOR_VERSION"
8384
git push origin "refs/tags/v$MINOR_VERSION"
8485

8586

0 commit comments

Comments
 (0)