Skip to content

Commit

Permalink
Fixed #317 - Create Release Notes via milestone closing
Browse files Browse the repository at this point in the history
 - Followup prerelease true.
  • Loading branch information
khmarbaise committed Dec 30, 2022
1 parent d12f146 commit c2a9882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
bodyFile: temp_release_notes/release_file.md
draft: false
tag: ${{ github.event.milestone.title }}
prerelease: false
prerelease: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c2a9882

Please sign in to comment.