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 3c19b33 commit deb3617Copy full SHA for deb3617
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
gpg --pinentry-mode loopback --passphrase "$GPG_PASSWORD_KEY" --sign README.md
29
- id: publish-to-central
30
name: Publish to Central Repository
31
- bash: shell
+ shell: bash
32
env:
33
CENTRAL_MAVEN_USERNAME: ${{ secrets.CENTRAL_MAVEN_USERNAME }}
34
CENTRAL_MAVEN_PASSWORD: ${{ secrets.CENTRAL_MAVEN_PASSWORD }}
0 commit comments