fix gpg less deploy
This commit is contained in:
parent
add30ef64f
commit
bb750ac610
3 changed files with 4 additions and 4 deletions
|
@ -44,7 +44,7 @@ upload-clj-release:
|
|||
rules:
|
||||
- if: '$CI_COMMIT_TAG != null'
|
||||
script:
|
||||
- lein deploy clojars
|
||||
- lein deploy
|
||||
|
||||
upload-cljs-release:
|
||||
<<: *clj
|
||||
|
@ -53,5 +53,5 @@ upload-cljs-release:
|
|||
- if: '$CI_COMMIT_TAG != null'
|
||||
script:
|
||||
- mv project.clj project-clj.clj && mv project-cljs.clj project.clj
|
||||
- lein deploy clojars
|
||||
- lein deploy
|
||||
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
:release-tasks [["vcs" "assert-committed"]
|
||||
["change" "version" "leiningen.release/bump-version" "release"]
|
||||
["vcs" "commit"]
|
||||
["vcs" "tag"]
|
||||
["vcs" "tag" "--no-sign"]
|
||||
["deploy"]
|
||||
["change" "version" "leiningen.release/bump-version"]])
|
||||
|
|
|
@ -22,5 +22,5 @@
|
|||
:release-tasks [["test"]
|
||||
["change" "version" "leiningen.release/bump-version" "release"]
|
||||
["vcs" "commit"]
|
||||
["vcs" "tag"]
|
||||
["vcs" "tag" "--no-sign"]
|
||||
["change" "version" "leiningen.release/bump-version"]])
|
||||
|
|
Loading…
Reference in a new issue