From 73e25bf3e9876f3f8d7ddf576c54dda6bdb06575 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 9 Jul 2021 19:58:42 +0200 Subject: [PATCH] tags are not on a branche! --- .gitlab-ci.yml | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ba86da..952ce43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/project.clj b/project.clj index 03cf8b0..028766d 100644 --- a/project.clj +++ b/project.clj @@ -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"