Debug gitsign

This commit is contained in:
Félix Saparelli 2022-09-07 16:46:19 +12:00
parent 236fac4c99
commit 8b4e5ef71f
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -41,3 +41,8 @@ jobs:
pr-release-notes: ${{ inputs.crate == 'cli' }}
pr-label: release
pr-template-file: .github/workflows/release-pr.ejs
env:
GITSIGN_LOG: /tmp/gitsign.log
- run: cat /tmp/gitsign.log
if: ${{ failure() }}