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 7979d82 commit c8e5428Copy full SHA for c8e5428
.circleci/cb-publish-step-4-push-to-git.sh
@@ -13,15 +13,15 @@ if [[ "$PROJECT_NAME" == "TaggedReleaseWithoutE2E" ]] || [[ "$PROJECT_NAME" == "
13
git push origin "$BRANCH_NAME" --no-verify
14
15
# push release tags
16
- git tag --points-at HEAD | xargs git push origin
+ git tag --points-at HEAD | xargs git push origin --no-verify
17
18
# @latest release
19
elif [[ "$PROJECT_NAME" == "Release" ]]; then
20
# push release commit
21
22
23
24
25
26
# fast forward main to release
27
git fetch origin main
0 commit comments