Skip to content

Commit

Permalink
ci(gitlab): not failing on release creation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor committed Dec 30, 2024
1 parent 6ee1e90 commit 66651b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ release-to-github:
create-tags:
stage: release
image: bitnami/git
allow_failure: true
rules:
- if: '$CI_COMMIT_REF_NAME == "latest"'
when: on_success
Expand All @@ -114,6 +113,7 @@ create-tags:
create release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
allow_failure: true
rules:
- if: $CI_COMMIT_TAG
script:
Expand Down

0 comments on commit 66651b2

Please sign in to comment.