We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa54d8 commit 04a80a4Copy full SHA for 04a80a4
desktop/scripts/release/2-push-release-tag
@@ -18,6 +18,7 @@ function push_tag {
18
product_version=$(echo -n "$PRODUCT_VERSION")
19
echo "Tagging current git commit with release tag $product_version..."
20
print_and_run git tag -s "$product_version" -m "$product_version"
21
+ git push
22
print_and_run git push origin "$product_version"
23
log_success "\nTag pushed!"
24
}
0 commit comments