Skip to content

Commit ae5e901

Browse files
committed
fix?
1 parent 5a0c57d commit ae5e901

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,17 @@ jobs:
2323
distribution: 'temurin'
2424
java-version: '8'
2525
server-id: 'central'
26-
server-username: ${{ secrets.MAVEN_USERNAME }}
27-
server-password: ${{ secrets.MAVEN_PASSWORD }}
26+
server-username: MAVEN_USERNAME
27+
server-password: MAVEN_PASSWORD
2828
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
29-
gpg-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
30-
31-
- name: Build & Deploy to Maven Central
32-
run: mvn -B clean deploy
29+
gpg-passphrase: MAVEN_GPG_PASSPHRASE
3330
env:
3431
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
3532
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
3633
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
3734

35+
- name: Build & Deploy to Maven Central
36+
run: mvn -B clean deploy
3837
- name: Collect artifacts
3938
run: |
4039
mkdir artifacts

0 commit comments

Comments
 (0)