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 488cbb4 commit b02eec3Copy full SHA for b02eec3
.github/workflows/release.yaml
@@ -76,7 +76,7 @@ jobs:
76
&& git tag -a -m"$RELEASE_TAG" "$RELEASE_TAG" \
77
&& git tag -a -m"$RELEASE_TAG" "$major" \
78
&& git tag -a -m"$RELEASE_TAG" "$major.$minor" \
79
- && git push --follow-tags
+ && git push --force --follow-tags
80
)
81
else
82
echo "Skipping $action"
0 commit comments