Skip to content

Commit 2df851e

Browse files
committed
Update .gitlab-ci.yml file
1 parent dc115fa commit 2df851e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tag:
6262
when: never
6363
script:
6464
- git tag -a v$CI_COMMIT_TITLE $CI_COMMIT_ID -m "CI automated tag"
65-
- git push $CI_DEFAULT_BRANCH v$CI_COMMIT_TITLE
65+
- git push https://kyra.nz/multisql/multisql.git v$CI_COMMIT_TITLE
6666

6767
publish:
6868
stage: release

0 commit comments

Comments
 (0)