tags are not on a branche!

merge-requests/1/merge
jem 3 years ago
parent 8480ae485a
commit 73e25bf3e9

@ -59,7 +59,7 @@ upload-clj-release:
<<: *clj
stage: upload
rules:
- if: '$CI_COMMIT_BRANCH == "master" && $CI_COMMIT_TAG != null'
- if: '$CI_COMMIT_TAG != null'
script:
- lein deploy clojars
@ -67,7 +67,7 @@ upload-cljs-release:
<<: *clj
stage: upload
rules:
- if: '$CI_COMMIT_BRANCH == "master" && $CI_COMMIT_TAG != null'
- if: '$CI_COMMIT_TAG != null'
script:
- mv project.clj project-clj.clj && mv project-cljs.clj project.clj
- lein deploy clojars

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-common-clj "0.2.6"
(defproject org.domaindrivenarchitecture/c4k-common-clj "0.2.7-SNAPSHOT"
:description "Contains predicates and tools for c4k"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"

Loading…
Cancel
Save