[ci] more debugging

This commit is contained in:
Philip Peterson 2025-04-26 23:15:21 -07:00
parent 1c26eff9b4
commit 733ca99d7c
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -152,7 +152,8 @@ jobs:
gh release view "${{ github.ref_name }}" --repo "${{ github.repository }}" --json assets --jq '.assets[] | "\(.name) - \(.url)"' || true gh release view "${{ github.ref_name }}" --repo "${{ github.repository }}" --json assets --jq '.assets[] | "\(.name) - \(.url)"' || true
- name: Create GitHub Release - name: Create GitHub Release
uses: softprops/action-gh-release@v2 # Pinned to work around https://github.com/softprops/action-gh-release/issues/445
uses: softprops/action-gh-release@v2.0.5
env: env:
NODE_VERSION: ${{ env.NODE_VERSION }} NODE_VERSION: ${{ env.NODE_VERSION }}
ACTIONS_STEP_DEBUG: true ACTIONS_STEP_DEBUG: true