We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdfef6 commit 4bcd1e9Copy full SHA for 4bcd1e9
.github/workflows/release.yml
@@ -68,15 +68,15 @@ jobs:
68
${{ runner.os }}-maven-
69
70
- name: Set up Maven Central Repository
71
- uses: actions/setup-java@v4.0.0
+ uses: actions/setup-java@v3.0.0
72
with:
73
java-version: '11'
74
distribution: 'temurin'
75
server-id: ossrh
76
server-username: ${{ secrets.OSSRH_USERNAME }}
77
server-password: ${{ secrets.OSSRH_TOKEN }}
78
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
79
- gpg-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE
80
81
- name: Import GPG key
82
run: |
0 commit comments