fix release uploads
This commit is contained in:
parent
cce0d19c4b
commit
9845206446
1 changed files with 8 additions and 0 deletions
|
@ -104,6 +104,14 @@ upload-clj-prerelease:
|
|||
script:
|
||||
- lein deploy clojars
|
||||
|
||||
upload-clj-release:
|
||||
<<: *clj
|
||||
stage: upload
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TAG != null'
|
||||
script:
|
||||
- lein deploy clojars
|
||||
|
||||
release:
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
stage: upload
|
||||
|
|
Loading…
Reference in a new issue