Skip to content

Commit

Permalink
fix: remember to deploy all submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
opqdonut committed Mar 15, 2024
1 parent c1170aa commit 79892eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
lein: 2.9.4
- name: Deploy to Clojars
run: lein deploy
run: ./scripts/lein-modules do jar, deploy
env:
CLOJARS_USER: metosinci
CLOJARS_DEPLOY_TOKEN: "${{ secrets.CLOJARS_DEPLOY_TOKEN }}"

0 comments on commit 79892eb

Please sign in to comment.