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 426c874 commit af9df6aCopy full SHA for af9df6a
.github/workflows/publish.yml
@@ -27,6 +27,8 @@ jobs:
27
env:
28
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
29
BINTRAY_APIKEY: ${{ secrets.BINTRAY_APIKEY }}
30
+ OSSRH_USER: ${{ secrets.OSSRH_USER }}
31
+ OSSRH_PASS: ${{ secrets.OSSRH_PASS }}
32
VERSION: ${{ steps.version.outputs.VERSION }}
33
run: |
34
chmod +x gradlew
0 commit comments