Skip to content

Commit 9f85bcc

Browse files
push new version to GitHub after creating
1 parent 4c95a4b commit 9f85bcc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

create-version.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ SIZE=$(ls -lh "$PACKAGE_FILE" | cut -d' ' -f5)
6565
echo "$(basename "$PACKAGE_FILE") created ($SIZE)"
6666

6767
# # Create tag in Git and push to remote
68-
# git add . -A
69-
# git commit -m "v$VERSION"
70-
# git tag "$VERSION"
71-
# git push origin main
72-
# git push origin "tags/$VERSION"
68+
git add . -A
69+
git commit -m "v$VERSION"
70+
git tag "$VERSION"
71+
git push origin main
72+
git push origin "tags/$VERSION"

0 commit comments

Comments
 (0)