Skip to content

Commit 99b18e3

Browse files
committed
update for oss.sonatype.org
1 parent 4df5643 commit 99b18e3

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ jobs:
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

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
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

0 commit comments

Comments
 (0)