Skip to content

Commit 34ed147

Browse files
committed
Remove non-required env vars
1 parent 7f54fa5 commit 34ed147

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/publish-github.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
distribution: 'temurin'
1919
java-version: 19
2020
cache: 'maven'
21-
server-id: ossrh
22-
server-username: MAVEN_USERNAME
23-
server-password: MAVEN_PASSWORD
2421
gpg-private-key: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
2522
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
2623
- name: Enforce project version ${{ github.event.release.tag_name }}
@@ -29,6 +26,4 @@ jobs:
2926
run: mvn deploy -B -DskipTests -Psign,deploy-github --no-transfer-progress
3027
env:
3128
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
MAVEN_USERNAME: ${{ secrets.NEXUS_USERNAME }}
33-
MAVEN_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
3429
MAVEN_GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)