We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b432a98 commit 3c23cf2Copy full SHA for 3c23cf2
1 file changed
.github/workflows/publish-edge-pre-release.yml
@@ -239,9 +239,12 @@ jobs:
239
240
- name: Replace edge tag and pre-release
241
env:
242
- GITHUB_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ github.token }}
243
shell: bash
244
run: |
245
+ gh --version
246
+ gh auth status
247
+
248
if gh release view "${EDGE_TAG}" >/dev/null 2>&1; then
249
gh release delete "${EDGE_TAG}" -y --cleanup-tag
250
fi
0 commit comments