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.
1 parent cbfc6da commit b8984c3Copy full SHA for b8984c3
local/scripts/dist.sh
@@ -33,6 +33,7 @@ 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 --delete origin "$DIST_TAG"
37
fi
38
39
git push --force --set-upstream origin "$DIST_BRANCH" --tags
0 commit comments