Skip to content

Commit

Permalink
Release workflow requires CI task to be run first
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
shenanigansd authored Jan 15, 2025
1 parent 13cb501 commit d1c51c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/clojure-publish-clojars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
sudo ./linux-install.sh
- name: Run build
run: clojure -T:build deploy
run: |
clojure -T:build ci
clojure -T:build deploy
env:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}

0 comments on commit d1c51c1

Please sign in to comment.