Skip to content

Commit 2bb4967

Browse files
Bump version to 0.2.0 for release
1 parent 2adaf19 commit 2bb4967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]
1212
git commit -m "Bump version to $TAG for release" || true && git push
1313
echo "Creating new git tag $TAG"
1414
git tag "$TAG" -m "$TAG"
15-
git push "$TAG"
15+
git push origin "$TAG"
1616
else
1717
echo "Cancelled"
1818
exit 1

0 commit comments

Comments
 (0)