Skip to content

Commit b8984c3

Browse files
committed
Adds remote tag remove to ".travis.yml"
1 parent cbfc6da commit b8984c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

local/scripts/dist.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ git commit --allow-empty --message "$COMMIT_MESSAGE"
3333
if [ -n "$DIST_TAG" ]; then
3434
echo "Tagging a release: $DIST_TAG"
3535
git tag --force "$DIST_TAG"
36+
git push --delete origin "$DIST_TAG"
3637
fi
3738

3839
git push --force --set-upstream origin "$DIST_BRANCH" --tags

0 commit comments

Comments
 (0)