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 fd199a0 commit 780445dCopy full SHA for 780445d
.github/workflows/deploy.yml renamed to .github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Deploy to Maven Central
+name: Publish to Maven Central
2
3
on:
4
push:
@@ -23,5 +23,5 @@ jobs:
23
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
24
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
25
run: |
26
- echo $GPG_PRIVATE_KEY | base64 --decode | gpg --import
+ echo $GPG_PRIVATE_KEY | base64 --decode | gpg --import --batch --yes --pinentry-mode loopback --passphrase "$GPG_SIGNING_PASSPHRASE"
27
mvn clean deploy -P release --settings .github/settings.xml
0 commit comments