Skip to content

Commit e545b95

Browse files
authored
Merge pull request #539 from ergebnis/fix/verify
Fix: Skip verification of signature
2 parents d4c774c + aca3c0e commit e545b95

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ jobs:
8989
- name: "Sign composer-normalize.phar with gpg"
9090
run: "gpg --armor --local-user \"${{ secrets.GPG_LOCAL_USER }}\" --output ${{ env.COMPOSER_NORMALIZE_PHAR_SIGNATURE }} --passphrase \"${{ secrets.GPG_KEY_PASSPHRASE }}\" --pinentry-mode loopback --yes --detach-sig ${{ env.COMPOSER_NORMALIZE_PHAR }}"
9191

92-
- name: "Receive key with gpg"
93-
run: "gpg --keyserver hkps://keys.openpgp.org --receive-key \"${{ secrets.GPG_LOCAL_USER }}\""
94-
95-
- name: "Verify signature of composer-normalize.phar with gpg"
96-
run: "gpg --verify ${{ env.COMPOSER_NORMALIZE_PHAR_SIGNATURE }} ${{ env.COMPOSER_NORMALIZE_PHAR }}"
97-
9892
- name: "Remove decrypted keys.asc"
9993
run: "rm ${{ env.GPG_KEYS }}"
10094

0 commit comments

Comments
 (0)