Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 committed Aug 29, 2024
1 parent ad39486 commit 434e80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cache: maven
- name: Decrypt GPG key
run: |
echo $GPG_PRIVATE_KEY | gpg --import
echo "$GPG_PRIVATE_KEY" | gpg --import
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
- name: Build with Maven
Expand Down

0 comments on commit 434e80d

Please sign in to comment.