Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit eee9ce0

Browse files
authored
Use of token to publish artifacts for release
1 parent e857f59 commit eee9ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Publish to the Maven Central Repository
2020
run: mvn --batch-mode deploy -P release-sign-artifacts
2121
env:
22-
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
23-
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
22+
MAVEN_USERNAME: ${{ secrets.OSSRH_TOKEN_USERNAME }}
23+
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN_PASSWORD }}
2424
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2525

0 commit comments

Comments
 (0)