Skip to content

Commit 29a5cb0

Browse files
committed
Fix gpg errors
Signed-off-by: Rafael Luis Ibasco <[email protected]>
1 parent c2f81a3 commit 29a5cb0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
distribution: 'temurin'
2020
check-latest: true
2121
java-version: ${{ matrix.java }}
22-
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
23-
server-username: SONATYPE_USERNAME # env variable for username in deploy
24-
server-password: SONATYPE_PASSWORD # env variable for token in deploy
25-
gpg-private-key: ${{ secrets.GPG_AUTHOR_PRIVATEKEY }} # Value of the GPG private key to import
26-
gpg-passphrase: GPG_AUTHOR_PASSPHRASE # env variable for GPG private key passphrase
27-
cache: maven
2822

2923
- name: Extract branch name
3024
shell: bash
@@ -54,7 +48,6 @@ jobs:
5448
server-password: SONATYPE_PASSWORD # env variable for token in deploy
5549
gpg-private-key: ${{ secrets.GPG_AUTHOR_PRIVATEKEY }} # Value of the GPG private key to import
5650
gpg-passphrase: GPG_AUTHOR_PASSPHRASE # env variable for GPG private key passphrase
57-
cache: maven
5851

5952
- name: Publish to Sonatype (Staging)
6053
run: mvn --batch-mode deploy -P'release' -Dchangelist= -DskipTests=true

0 commit comments

Comments
 (0)