Skip to content

Commit 7ade55d

Browse files
committed
ci: Enable debug logging in release note job
1 parent f8b1c75 commit 7ade55d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ jobs:
197197
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
198198
PRERELEASE: ${{ needs.build.outputs.prerelease }}
199199
run: |
200+
set -x
200201
TAG_NAME="${GITHUB_REF#refs/tags/}"
201202
202203
gh release view "${TAG_NAME}" >/dev/null

0 commit comments

Comments
 (0)