Skip to content

Commit

Permalink
>>>>
Browse files Browse the repository at this point in the history
  • Loading branch information
rindeal committed Mar 17, 2024
1 parent c41c2fd commit b78fcde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}"

0 comments on commit b78fcde

Please sign in to comment.