Skip to content

Commit

Permalink
Update release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Dec 2, 2023
1 parent a2d97a7 commit acd8fbb
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 @@ -22,10 +22,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare release notes and artifacts
run: .github/workflows/release_prep.sh ${{ env.GITHUB_REF_NAME }} > release_notes.txt
run: .github/workflows/release_prep.sh > release_notes.txt
- name: Release
uses: softprops/action-gh-release@v1
with:
draft: true
prerelease: true
# Use GH feature to populate the changelog automatically
generate_release_notes: true
Expand Down

0 comments on commit acd8fbb

Please sign in to comment.