Skip to content

Commit

Permalink
check gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
npololnskii committed Aug 14, 2024
1 parent eafec6e commit 23f119e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
openssl aes-256-cbc -in release/codesigning.asc.enc -out release/codesigning.asc -d -k $CODESIGNING
gpg --batch --fast-import release/codesigning.asc
rm release/codesigning.asc
gpg --list-packets
gpg -k
./mvnw versions:set -DnewVersion=${GITHUB_REF#refs/tags/}
# - name: Deploy
Expand Down

0 comments on commit 23f119e

Please sign in to comment.