修复publish
This commit is contained in:
parent
52e5c5d5d9
commit
5d738366cf
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -63,9 +63,9 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref.tag }}
|
||||
body: |
|
||||
[Auto Release] Update PyWxDump
|
||||
[Auto Release] Update PyWxDump to ${{ github.ref }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
files: |
|
||||
|
Loading…
Reference in New Issue
Block a user