We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b1c75 commit 7ade55dCopy full SHA for 7ade55d
1 file changed
.github/workflows/main.yml
@@ -197,6 +197,7 @@ jobs:
197
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
198
PRERELEASE: ${{ needs.build.outputs.prerelease }}
199
run: |
200
+ set -x
201
TAG_NAME="${GITHUB_REF#refs/tags/}"
202
203
gh release view "${TAG_NAME}" >/dev/null
0 commit comments