Skip to content

Commit e8edff7

Browse files
authored
Merge pull request #768 from PHPCSStandards/feature/ghactions-verify-release-tweak
GH Actions/verify-release: show output for release attestations
2 parents 3d14d00 + 98a0c4e commit e8edff7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/verify-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
run: gh attestation verify ${{ steps.source.outputs.FILE }} -o PHPCSStandards
9393
env:
9494
GH_TOKEN: ${{ github.token }}
95+
GH_FORCE_TTY: true
9596

9697
- name: Download public key
9798
env:
@@ -183,6 +184,7 @@ jobs:
183184
run: gh attestation verify ./tools/${{ matrix.pharfile }} -o PHPCSStandards
184185
env:
185186
GH_TOKEN: ${{ github.token }}
187+
GH_FORCE_TTY: true
186188

187189
# Note: the `.` is in the command to make it work for both PHPCS as well PHPCBF.
188190
- name: Verify the PHAR is nominally functional

0 commit comments

Comments
 (0)