We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4c774c + aca3c0e commit e545b95Copy full SHA for e545b95
.github/workflows/release.yaml
@@ -89,12 +89,6 @@ jobs:
89
- name: "Sign composer-normalize.phar with gpg"
90
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 }}"
91
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
98
- name: "Remove decrypted keys.asc"
99
run: "rm ${{ env.GPG_KEYS }}"
100
0 commit comments