We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a3a04 commit 14f0175Copy full SHA for 14f0175
.github/workflows/publish.yml
@@ -35,10 +35,10 @@ jobs:
35
java-version: '11'
36
distribution: 'adopt'
37
38
- - name: Import GPG private key
39
- run: |
40
- echo "$GPG_PRIVATE_KEY" > private.key
41
- gpg --batch --import private.key
+# - name: Import GPG private key
+ # run: |
+ # echo "$GPG_PRIVATE_KEY" > private.key
+ # gpg --batch --import private.key
42
43
- name: Maven deploy with GPG signing
44
run: |
0 commit comments