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 a8d92f8 commit 6e8bdfbCopy full SHA for 6e8bdfb
1 file changed
.gitlab-ci.yml
@@ -139,7 +139,7 @@ mirror_github_release:
139
fi
140
- git push github "${SQUASHED}:refs/heads/${CI_DEFAULT_BRANCH}"
141
- git tag -f "$CI_COMMIT_TAG" "$SQUASHED"
142
- - git push github "refs/tags/${CI_COMMIT_TAG}:refs/tags/${CI_COMMIT_TAG}"
+ - git push github "refs/tags/${CI_COMMIT_TAG}:refs/tags/${CI_COMMIT_TAG}" --force
143
144
build_docs:
145
needs:
0 commit comments