Skip to content

Commit 3d5cac3

Browse files
committed
chore: clone submodules before release
1 parent 4819611 commit 3d5cac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
2323
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
2424
run: |
25+
make jedis
2526
clojure -M:dev --report stderr -m com.moclojer.tools.build && \
2627
clojure -X:deploy-clojars

0 commit comments

Comments
 (0)