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 b02eec3 commit 38858f0Copy full SHA for 38858f0
.github/workflows/release.yaml
@@ -73,9 +73,9 @@ jobs:
73
(cd "$HOME/$action" \
74
&& git add -A \
75
&& git commit -m "$RELEASE_TAG" \
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" \
+ && git tag --force -a -m"$RELEASE_TAG" "$RELEASE_TAG" \
+ && git tag --force -a -m"$RELEASE_TAG" "$major" \
+ && git tag --force -a -m"$RELEASE_TAG" "$major.$minor" \
79
&& git push --force --follow-tags
80
)
81
else
0 commit comments