Skip to content

Commit

Permalink
ci: remove prerelease when finalizing (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjchambers authored Feb 1, 2024
1 parent d518cdc commit af5d44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@ jobs:
# TODO: Add --discussion-category "Announcements" to create a release discussion?
run: |
gh release edit ${{ github.ref_name }} \
--draft=false --latest
--draft=false --prerelease=false --latest
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit af5d44d

Please sign in to comment.