Skip to content

Commit

Permalink
Use gh cli for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed May 13, 2024
1 parent 3640169 commit cf43d38
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: { fetch-depth: 0 }
- run: npm ci
- run: npm run -s relnotes | tee relnotes.txt
# TODO: Port to using gh-cli instead of dedicated action
- uses: jasonkarns/create-release@9249b73e127bea00eb6f2caa7244657983df0557
with: { body_path: relnotes.txt }
- run: gh release create --generate-notes
env:
GH_TOKEN: ${{ github.token }}

homebrew:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf43d38

Please sign in to comment.