Skip to content

Commit 6e8bdfb

Browse files
author
GitLab CI
committed
Release v3.0.2
1 parent a8d92f8 commit 6e8bdfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ mirror_github_release:
139139
fi
140140
- git push github "${SQUASHED}:refs/heads/${CI_DEFAULT_BRANCH}"
141141
- git tag -f "$CI_COMMIT_TAG" "$SQUASHED"
142-
- git push github "refs/tags/${CI_COMMIT_TAG}:refs/tags/${CI_COMMIT_TAG}"
142+
- git push github "refs/tags/${CI_COMMIT_TAG}:refs/tags/${CI_COMMIT_TAG}" --force
143143

144144
build_docs:
145145
needs:

0 commit comments

Comments
 (0)