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 814c177 commit a7f57f8Copy full SHA for a7f57f8
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
cat <(echo -e "${{ secrets.GPG_SECRET_KEY }}") | gpg --batch --import
24
gpg --list-secret-keys --keyid-format LONG
25
- gpg --pinentry-mode loopback --passphrase "${{ secrets.GPG_PASSWORD_KEY }}" --sign teste.txt
+ gpg --pinentry-mode loopback --passphrase "${{ secrets.GPG_PASSWORD_KEY }}" --sign README.md
26
- id: publish-to-central
27
name: Publish to Central Repository
28
env:
0 commit comments