Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
[fr33m0nk]: Adds group and isgning settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant Sinha committed Apr 27, 2021
1 parent cca290f commit 620df05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

jobs:
build:
build-and-package:

runs-on: ubuntu-latest

Expand All @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: lein deps
- name: Run tests
run: lein test
run: lein cloverage
- name: Publish
env:
CLOJARS_USER: ${{ secrets.CLOJARS_USER }}
Expand Down
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject kafka-cluster-test-utility "0.1.0"
(defproject net.clojars.fr33m0nk/kafka-cluster-test-utility "0.1.0"
:description "Embedded Kafka Cluster and Protobuf util"
:url "https://github.com/fr33m0nk/kafka-cluster-test-utility"
:license {:name "Eclipse Public License"
Expand All @@ -25,7 +25,8 @@
:provided {:dependencies []}}
:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
:username :env/clojars_user
:password :env/clojars_pass}]]
:password :env/clojars_pass
:sign-releases false}]]
:aliases {"update-readme-version" ["shell" "sed" "-i" "s/\\\\[kafka-cluster-test-utility \"[0-9.]*\"\\\\]/[kafka-cluster-test-utility \"${:version}\"]/" "README.md"]}
:release-tasks [["shell" "git" "diff" "--exit-code"]
["change" "version" "leiningen.release/bump-version"]
Expand Down

0 comments on commit 620df05

Please sign in to comment.