Skip to content

Commit 4fe78a7

Browse files
author
Oryan M
committed
Try fix snapshot release
1 parent ac55fbf commit 4fe78a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/snapshot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ jobs:
2929
java-version: '8'
3030
distribution: 'adopt'
3131
server-id: bintray
32-
server-username: ${{ secrets.BINTRAY_USER }}
33-
server-password: ${{ secrets.BINTRAY_PASSWORD }}
32+
server-username: BINTRAY_USER
33+
server-password: BINTRAY_PASS
3434
- name: Publish release
3535
run: mvn --batch-mode -Pbintray deploy
3636
env:
37+
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
38+
BINTRAY_PASS: ${{ secrets.BINTRAY_PASSWORD }}
3739
MAVEN_USERNAME: ${{ secrets.OSS_USER_TOKEN_KEY }}
3840
MAVEN_PASSWORD: ${{ secrets.OSS_USER_TOKEN_PASS }}

0 commit comments

Comments
 (0)