Skip to content

Commit c5d1963

Browse files
Fix env variable name
1 parent 4a3059a commit c5d1963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- name: Deploy to Clojars
2525
run: clojure -X:deploy
2626
env:
27-
CLOJARS_USER: metosinci
27+
CLOJARS_USERNAME: metosinci
2828
CLOJARS_PASSWORD: "${{ secrets.CLOJARS_DEPLOY_TOKEN }}"

0 commit comments

Comments
 (0)