We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa00e71 commit 66ec5baCopy full SHA for 66ec5ba
1 file changed
.github/workflows/publish.yml
@@ -22,16 +22,6 @@ jobs:
22
- name: Setup Gradle
23
uses: gradle/actions/setup-gradle@v3
24
25
- - name: Decode and import GPG key
26
- run: |
27
- echo "$GPG_PRIVATE_KEY_BASE64" | base64 --decode > /tmp/private.key
28
- gpg --batch --import /tmp/private.key
29
- # optional check
30
- gpg --list-secret-keys --keyid-format LONG
31
- shred -u /tmp/private.key || rm -f /tmp/private.key
32
- env:
33
- GPG_PRIVATE_KEY_BASE64: ${{ secrets.GPG_PRIVATE_KEY_BASE64 }}
34
-
35
- name: Publish to Maven Central (NMCP)
36
run: ./gradlew --no-daemon clean publishAggregationToCentralPortal --stacktrace
37
env:
0 commit comments