File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 - name : publish snapshot to ojo
8989 env :
9090 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
91- BINTRAY_USER : ${{ secrets.BINTRAY_USER }}
92- BINTRAY_KEY : ${{ secrets.BINTRAY_KEY }}
91+ PUBLISH_USER : ${{ secrets.PUBLISH_USER }}
92+ PUBLISH_KEY : ${{ secrets.PUBLISH_KEY }}
93+ SIGN_KEY : ${{ secrets.SIGN_KEY }}
94+ SIGN_PWD : ${{ secrets.SIGN_PWD }}
9395 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
9496 run : ./gradlew build publishSnapshot sonarqube --stacktrace
9597
Original file line number Diff line number Diff line change 3232
3333 - name : publish release to bintray
3434 env :
35- BINTRAY_USER : ${{ secrets.BINTRAY_USER }}
36- BINTRAY_KEY : ${{ secrets.BINTRAY_KEY }}
35+ PUBLISH_USER : ${{ secrets.PUBLISH_USER }}
36+ PUBLISH_KEY : ${{ secrets.PUBLISH_KEY }}
37+ SIGN_KEY : ${{ secrets.SIGN_KEY }}
38+ SIGN_PWD : ${{ secrets.SIGN_PWD }}
3739 run : ./gradlew publishRelease
3840
3941# - name: archive test results
You can’t perform that action at this time.
0 commit comments