Skip to content

Commit

Permalink
fix: Workaround release jobs not running due to gitlab-org/gitlab#223856
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Oct 26, 2023
1 parent cdf82c2 commit fadf7c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ create-release:
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG
# Workaround for gitlab-org/gitlab#223856
script:
- echo 'Creating release...'
release:
tag_name: $CI_COMMIT_TAG
description: ''
Expand Down

0 comments on commit fadf7c1

Please sign in to comment.