Skip to content

Commit b3849bc

Browse files
committed
Fix deploy env vars
1 parent a2bc3d9 commit b3849bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-deployment-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
cli: 'latest'
119119
bb: 'latest'
120120

121-
- run: bb clojars
121+
- run: clojure -M:clein deploy
122122
env:
123123
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
124124
CLOJARS_TOKEN: ${{ secrets.CLOJARS_TOKEN }}

0 commit comments

Comments
 (0)