fix(ci): publish beta release without checkout

This commit is contained in:
Duy Nguyen
2026-05-17 20:11:11 +07:00
parent d931dc04a3
commit 3084896dc3
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -187,6 +187,7 @@ jobs:
- name: Publish prerelease
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
TAG: ${{ needs.beta_version.outputs.tag }}
run: |
if gh release view "$TAG" >/dev/null 2>&1; then