From b78fcde7d42d5f9eb4eb666863d3f7a3202b27f3 Mon Sep 17 00:00:00 2001 From: rindeal Date: Sun, 17 Mar 2024 16:48:42 +0000 Subject: [PATCH] >>>> --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81d74ae..5074b3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,9 @@ jobs: finish: needs: [ linux_macos, windows, source ] runs-on: ubuntu-latest - env: { GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" } + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_REPO: ${{ github.repository }} steps: - run: | set -e @@ -91,4 +93,4 @@ jobs: echo "**bar** _baz_" >> notes.md echo >> notes.md cat autogen-notes.md >> notes.md - gh release edit --draft=false --notes-file notes.md --repo=${{ github.repository }} "${{ github.sha }}" + gh release edit --draft=false --notes-file notes.md "${{ github.sha }}"