fix lein upload

This commit is contained in:
jerger 2022-02-25 11:37:48 +01:00
parent 185521bb7a
commit 807abb2406
3 changed files with 4 additions and 4 deletions

View file

@ -99,7 +99,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

View file

@ -2,7 +2,7 @@
"name": "c4k-mastodon-bot",
"description": "Generate c4k yaml for a mastodon-bot deployment.",
"author": "meissa GmbH",
"version": "0.1.9",
"version": "0.1.10-SNAPSHOT",
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-mastodon-bot#readme",
"repository": "https://www.npmjs.com/package/c4k-mastodon-bot",
"license": "APACHE2",

View file

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-mastodon-bot "0.1.9"
(defproject org.domaindrivenarchitecture/c4k-mastodon-bot "0.1.10-SNAPSHOT"
:description "mastodon-bot c4k-installation package"
:url "https://www.domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"
@ -33,7 +33,7 @@
["vcs" "assert-committed"]
["change" "version" "leiningen.release/bump-version" "release"]
["vcs" "commit"]
["vcs" "tag"]
["vcs" "tag" "v" "--no-sign"]
["change" "version" "leiningen.release/bump-version"]]
:aliases {"native" ["shell"
"native-image"