Skip to content

Commit

Permalink
build: update release workflow for notes and beta
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhgray committed Oct 26, 2024
1 parent d853597 commit 2983e24
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 @@ -60,6 +60,8 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
prerelease: ${{ contains(github.ref, 'beta') }}
files: |
tahini-ubuntu-latest/tahini-linux
tahini-macos-latest/tahini-macos
Expand Down

0 comments on commit 2983e24

Please sign in to comment.