Skip to content

Commit 78cb044

Browse files
Update GitHub Deploy config
1 parent f4a6753 commit 78cb044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
env:
3232
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
3333

34-
3534
- name: Set Default GPG Key and Verify
3635
run: |
3736
echo "$GPG_PRIVATE_KEY" | gpg --batch --import
3837
gpg --default-key ${{ secrets.GPG_KEY_ID }} --list-secret-keys --keyid-format LONG
3938
env:
4039
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
40+
4141
- name: Set up Java
4242
uses: actions/setup-java@v4
4343
with:

0 commit comments

Comments
 (0)