Skip to content

Commit 04a80a4

Browse files
committed
Push release branch along with tag
1 parent 3fa54d8 commit 04a80a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

desktop/scripts/release/2-push-release-tag

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function push_tag {
1818
product_version=$(echo -n "$PRODUCT_VERSION")
1919
echo "Tagging current git commit with release tag $product_version..."
2020
print_and_run git tag -s "$product_version" -m "$product_version"
21+
git push
2122
print_and_run git push origin "$product_version"
2223
log_success "\nTag pushed!"
2324
}

0 commit comments

Comments
 (0)