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 42ceaad commit d90e06bCopy full SHA for d90e06b
.github/workflows/main.yml
@@ -31,6 +31,5 @@ jobs:
31
GPG_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
32
GPG_SECRET_KEYS: ${{ secrets.PGP_PRIVATE_KEY }}
33
run: |
34
- echo $GPG_SECRET_KEYS | base64 --decode | gpg --import --no-tty --batch --yes
35
- echo $GPG_OWNERTRUST | base64 --decode | gpg --import-ownertrust
36
- mvn clean deploy --settings .mvn/settings.xml -Dgpg.skip=false -Dmaven.test.skip=true -B
+ echo -e "$GPG_SECRET_KEYS" | gpg --import --no-tty --batch --yes
+ mvn clean deploy --settings .mvn/settings.xml -Dgpg.skip=false -Dmaven.test.skip=true -B
0 commit comments