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 2a60f81 commit af4214aCopy full SHA for af4214a
.github/workflows/release-serde-api.yml
@@ -26,12 +26,12 @@ jobs:
26
distribution: 'zulu'
27
cache: 'gradle'
28
29
- - id: install-secret-key
30
- name: Install GPG secret key
31
- run: |
32
- cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import
33
-
34
- name: Publish to Maven Central
+ env:
+ GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
+ GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
+ NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
+ NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
35
run: |
36
./gradlew :serde-api:publish \
37
-Prelease=true \
0 commit comments