build: 工作流
This commit is contained in:
parent
a435c3b272
commit
dbae05691d
2
.github/workflows/buildAndRelease.yml
vendored
2
.github/workflows/buildAndRelease.yml
vendored
|
|
@ -327,7 +327,7 @@ jobs:
|
|||
name: "${{ steps.version_info.outputs.minecraft_version }} - ${{ github.ref_name }}"
|
||||
body: ${{ steps.generate_changelog.outputs.changelog }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
prerelease: ${{ contains(github.ref_name, 'rc') || contains(github.ref_name, 'beta') || contains(github.ref_name, 'alpha') }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
allowUpdates: true
|
||||
removeArtifacts: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user