Skip to content

Commit af9df6a

Browse files
committed
Update publish.yml
1 parent 426c874 commit af9df6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
env:
2828
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
2929
BINTRAY_APIKEY: ${{ secrets.BINTRAY_APIKEY }}
30+
OSSRH_USER: ${{ secrets.OSSRH_USER }}
31+
OSSRH_PASS: ${{ secrets.OSSRH_PASS }}
3032
VERSION: ${{ steps.version.outputs.VERSION }}
3133
run: |
3234
chmod +x gradlew

0 commit comments

Comments
 (0)