Skip to content

Commit b02eec3

Browse files
committed
Force push tags
For major and minor tags, they need to be moved
1 parent 488cbb4 commit b02eec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
&& git tag -a -m"$RELEASE_TAG" "$RELEASE_TAG" \
7777
&& git tag -a -m"$RELEASE_TAG" "$major" \
7878
&& git tag -a -m"$RELEASE_TAG" "$major.$minor" \
79-
&& git push --follow-tags
79+
&& git push --force --follow-tags
8080
)
8181
else
8282
echo "Skipping $action"

0 commit comments

Comments
 (0)