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 bc04ef9 commit 9de52dbCopy full SHA for 9de52db
.github/workflows/deploy.yml
@@ -23,6 +23,12 @@ jobs:
23
id: get_version
24
run: echo "VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
25
26
+ - name: Import GPG Key
27
+ run: |
28
+ echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import
29
+ echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf
30
+ gpgconf --reload gpg-agent
31
+
32
- name: Build and Publish
33
run: mvn clean deploy -P release
34
env:
0 commit comments