Skip to content

Commit

Permalink
fix<ci>: remove prerelease flag on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vmfunc committed Oct 12, 2024
1 parent bc05786 commit 2372eba
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 @@ -83,7 +83,7 @@ jobs:
@${{ env.COMMIT_AUTHOR }}, your changes have been included in this release.
draft: false
prerelease: true
prerelease: false

- name: Upload Windows Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 2372eba

Please sign in to comment.