We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a6753 commit 78cb044Copy full SHA for 78cb044
1 file changed
.github/workflows/deploy.yml
@@ -31,13 +31,13 @@ jobs:
31
env:
32
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
33
34
-
35
- name: Set Default GPG Key and Verify
36
run: |
37
echo "$GPG_PRIVATE_KEY" | gpg --batch --import
38
gpg --default-key ${{ secrets.GPG_KEY_ID }} --list-secret-keys --keyid-format LONG
39
40
+
41
- name: Set up Java
42
uses: actions/setup-java@v4
43
with:
0 commit comments