Skip to content

Commit 391ae60

Browse files
committed
set version 0.1.1
Signed-off-by: Avelino <[email protected]>
1 parent 398bdae commit 391ae60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
with:
1515
cli: "1.11.1.1139"
1616
- name: deploy
17-
run: |
18-
clojure -M:dev --report stderr -m com.moclojer.tools.build && \
19-
clojure -X:deploy-clojars
2017
env:
2118
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
2219
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
20+
run: |
21+
clojure -M:dev --report stderr -m com.moclojer.tools.build && \
22+
clojure -X:deploy-clojars

0 commit comments

Comments
 (0)