We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d9fa1 commit 933c09cCopy full SHA for 933c09c
.github/workflows/release-sdk.yml
@@ -98,4 +98,7 @@ jobs:
98
99
- name: Publish artifacts to clojars
100
if: github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true'
101
+ env:
102
+ CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
103
+ CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
104
run: bb publish:all
0 commit comments