fixed non-running release pipeline

main
bom 2 years ago
parent 68dbcbf0e5
commit 38d56f01aa

@ -100,7 +100,7 @@ upload-clj-release:
<<: *clj
stage: upload
rules:
- if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TAG != null'
- if: '$CI_COMMIT_TAG != null'
script:
- lein deploy clojars

Loading…
Cancel
Save