From 80a887e8f10c512909dabd5ec0e4f85ee2be9c54 Mon Sep 17 00:00:00 2001 From: Marc LeBlanc <7050295+marcleblanc2@users.noreply.github.com> Date: Fri, 29 May 2026 01:48:05 -0600 Subject: [PATCH] Fix release asset publishing without checkout Amp-Thread-ID: https://ampcode.com/threads/T-019e7240-53ce-7492-8061-b0b53a2dc59a Co-authored-by: Amp --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a804d92..288ccde 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -225,6 +225,7 @@ jobs: - name: Publish GitHub release assets env: GH_TOKEN: ${{ github.token }} + GH_REPO: ${{ github.repository }} run: | release_tag="${{ github.event.inputs.tag || github.ref_name }}" notes_path="$(find release-assets -name release-notes.md -print -quit)"