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:
|
script:
|
||||||
- lein deploy clojars
|
- lein deploy clojars
|
||||||
|
|
||||||
|
upload-clj-release:
|
||||||
|
<<: *clj
|
||||||
|
stage: upload
|
||||||
|
rules:
|
||||||
|
- if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TAG != null'
|
||||||
|
script:
|
||||||
|
- lein deploy clojars
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
stage: upload
|
stage: upload
|
||||||
|
|
Loading…
Reference in a new issue