Skip to content

Commit

Permalink
Use a separate repository name for CI snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dhleong committed Jul 10, 2023
1 parent 21286a7 commit f7ff947
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
run: |
lein deploy clojars
lein deploy clojars-ci
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
:source-paths ["src"]
:test-paths ["test"]

:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password}]]
:deploy-repositories [["clojars-ci" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password}]]

:jar-exclusions [#"(?:^|\/)public\/"]

Expand Down

0 comments on commit f7ff947

Please sign in to comment.