We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88b7840 + 1e80e92 commit ae3d3c0Copy full SHA for ae3d3c0
local/scripts/dist.sh
@@ -33,6 +33,8 @@ git commit --allow-empty --message "$COMMIT_MESSAGE"
33
if [ -n "$DIST_TAG" ]; then
34
echo "Tagging a release: $DIST_TAG"
35
git tag --force "$DIST_TAG"
36
+ git push --force --set-upstream origin --tags
37
+else
38
+ # Syncing release artifacts for a branch.
39
+ git push --force --set-upstream origin "$DIST_BRANCH"
40
fi
-
-git push --force --set-upstream origin "$DIST_BRANCH" --tags
0 commit comments