Skip to content

Commit

Permalink
set version 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <[email protected]>
  • Loading branch information
avelino committed Jun 5, 2024
1 parent 398bdae commit 391ae60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
cli: "1.11.1.1139"
- name: deploy
run: |
clojure -M:dev --report stderr -m com.moclojer.tools.build && \
clojure -X:deploy-clojars
env:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
run: |
clojure -M:dev --report stderr -m com.moclojer.tools.build && \
clojure -X:deploy-clojars

0 comments on commit 391ae60

Please sign in to comment.