Skip to content

Commit

Permalink
ci: use gh token with gh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Sep 21, 2023
1 parent b0de526 commit 8a151e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ jobs:
name: publish
needs: [release, build]
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- run: gh release edit ${{ needs.release.outputs.tag_name }} --draft=false

0 comments on commit 8a151e1

Please sign in to comment.