Skip to content

Commit 3c23cf2

Browse files
committed
Fix edge release gh authentication
1 parent b432a98 commit 3c23cf2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish-edge-pre-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,12 @@ jobs:
239239

240240
- name: Replace edge tag and pre-release
241241
env:
242-
GITHUB_TOKEN: ${{ github.token }}
242+
GH_TOKEN: ${{ github.token }}
243243
shell: bash
244244
run: |
245+
gh --version
246+
gh auth status
247+
245248
if gh release view "${EDGE_TAG}" >/dev/null 2>&1; then
246249
gh release delete "${EDGE_TAG}" -y --cleanup-tag
247250
fi

0 commit comments

Comments
 (0)