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 cbb4cfe commit a521d15Copy full SHA for a521d15
.github/workflows/release.yml
@@ -35,6 +35,8 @@ jobs:
35
uses: sualeh/[email protected]
36
with:
37
java-version: 21
38
+ gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
39
+ gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
40
41
# BUILD FOR DISTRIBUTION
42
- id: build
0 commit comments