Skip to content

Commit cddd2d9

Browse files
commenting out import gpg step
1 parent d5b465f commit cddd2d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
gpg-private-key: ${{ env.MAVEN_GPG_PRIVATE_KEY }}
3131
gpg-passphrase: MAVEN_GPG_PASSPHRASE
3232

33-
- name: Import GPG key
34-
run: |
35-
echo "${{ secrets.MAVEN_GPG_PRIVATE_KEY }}" | gpg --batch --import
36-
echo 'pinentry-mode loopback' >> ~/.gnupg/gpg.conf
33+
# - name: Import GPG key
34+
# run: |
35+
# echo "${{ secrets.MAVEN_GPG_PRIVATE_KEY }}" | gpg --batch --import
36+
# echo 'pinentry-mode loopback' >> ~/.gnupg/gpg.conf
3737

3838
- name: Build
3939
run: mvn -B package --file auto-generated-sdk/pom.xml

0 commit comments

Comments
 (0)