Skip to content

Commit ccccdef

Browse files
author
Jude Reid
committed
fix(gitlab-ci): use CI_DEFAULT_BRANCH as the branch to run semantec release from
1 parent 307f925 commit ccccdef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ publish:
1717
- master
1818
- main
1919
script:
20-
- npx semantic-release
20+
- npx semantic-release --branches ${CI_DEFAULT_BRANCH}

0 commit comments

Comments
 (0)