Skip to content

Commit

Permalink
need to update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed May 11, 2024
1 parent 80bda34 commit cc3b380
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
with: { fetch-depth: 0 }
- run: npm ci
- run: npm run -s relnotes | tee relnotes.txt
- uses: jasonkarns/create-release@master
# TODO: Port to using gh-cli instead of dedicated action
- uses: jasonkarns/create-release@9249b73
with: { body_path: relnotes.txt }

homebrew:
Expand Down

0 comments on commit cc3b380

Please sign in to comment.