Skip to content

Commit

Permalink
fix: update verify GPG signature step
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi committed Oct 16, 2024
1 parent 86b1134 commit f322bb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/commit-verifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,4 @@ jobs:
- name: Verify GPG Signature
run: |
LAST_COMMIT=$(git rev-parse HEAD)
SIGNATURE=$(git log --show-signature -1 $LAST_COMMIT)
echo "$SIGNATURE" | grep 'gpg: Signature made'
echo "$SIGNATURE" | grep 'gpg: Good signature'
git verify-commit $LAST_COMMIT

0 comments on commit f322bb3

Please sign in to comment.