Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e50705

Browse files
author
Jacek Gębal
committed
Update release process
1 parent 399e53f commit 7e50705

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
if: success()
8888
run: mvn deploy -Prelease --no-transfer-progress -DskipTests
8989
env:
90-
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
91-
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
90+
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
91+
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
9292
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
9393

9494
- name: Publish unit test results

0 commit comments

Comments
 (0)