From 16e43a4069a51ba215b0baae1216edc056705d98 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Mon, 23 Mar 2026 19:41:03 +0800 Subject: [PATCH] ci: fix GitHub release publishing without checkout --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa29963..dc9f1ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -207,6 +207,7 @@ jobs: shell: bash env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_REPO: ${{ github.repository }} run: | set -euo pipefail version="${{ needs.validate-tag.outputs.version }}"