fixed lein deployment
This commit is contained in:
parent
6fdfc46d40
commit
13ad547894
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ upload-clj-release:
|
|||
rules:
|
||||
- if: '$CI_COMMIT_TAG != null'
|
||||
script:
|
||||
- lein deploy clojars
|
||||
- lein deploy
|
||||
|
||||
release:
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
|
|
Loading…
Reference in a new issue