Skip to content

Commit d086626

Browse files
committed
fix: Fix gitlab release step in CI
1 parent 3813215 commit d086626

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,5 +253,7 @@ publish to NPM:
253253
gitlab release:
254254
stage: publish
255255
extends: .create_gitlab_release
256+
before_script:
257+
- echo "overriding default before_script..."
256258
rules:
257259
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'

0 commit comments

Comments
 (0)