mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
Update publish.yml
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -355,7 +355,7 @@ jobs:
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag_name: v${{ needs.validate.outputs.version }}
|
||||
tag_name: ${{ needs.validate.outputs.version }}
|
||||
name: BetterGI v${{ needs.validate.outputs.version }}
|
||||
draft: true
|
||||
prerelease: ${{ contains(needs.validate.outputs.version, '-') }}
|
||||
|
||||
Reference in New Issue
Block a user