Skip to content

Commit

Permalink
Merge pull request #246 from WhiteCloud0123/develop
Browse files Browse the repository at this point in the history
在release.yml中,将prerelease的值改为false
  • Loading branch information
WhiteCloud0123 authored Aug 1, 2023
2 parents 6bd6d30 + ee1f0e5 commit 1f2df5e
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 @@ -78,7 +78,7 @@ jobs:
release_name: ${{ steps.generate_env_vars.outputs.release_name }}
body_path: ./CHANGELOG.md
draft: false
prerelease: true
prerelease: false
builds:
needs: release
if: ${{ needs.release.outputs.release_already_exists == 'false' }}
Expand Down

0 comments on commit 1f2df5e

Please sign in to comment.