Skip to content

Commit

Permalink
project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Jun 29, 2024
1 parent 6f834e8 commit 036ba67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build jar
run: lein jar
- name: Deploy to Clojars
run: lein deploy
run: lein deploy releases
env:
CLOJARS_USER: metosinci
CLOJARS_DEPLOY_TOKEN: "${{ secrets.CLOJARS_DEPLOY_TOKEN }}"
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
:test-paths ["test/clj" "test/cljc"]

:deploy-repositories [["releases" {:url "https://repo.clojars.org/"
:username "metosinci"
:password :env
:sign-releases false}]]
:sign-releases false
:username :env/CLOJARS_USER
:password :env/CLOJARS_DEPLOY_TOKEN}]]

:codox {:output-path "doc"
:source-uri "https://github.com/metosin/spec-tools/{version}/{filepath}#L{line}"
Expand Down

0 comments on commit 036ba67

Please sign in to comment.