fixed non-running release pipeline
This commit is contained in:
parent
68dbcbf0e5
commit
38d56f01aa
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ upload-clj-release:
|
||||||
<<: *clj
|
<<: *clj
|
||||||
stage: upload
|
stage: upload
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TAG != null'
|
- if: '$CI_COMMIT_TAG != null'
|
||||||
script:
|
script:
|
||||||
- lein deploy clojars
|
- lein deploy clojars
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue