修复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 }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref }}
|
||||||
release_name: Release ${{ github.ref }}
|
release_name: Release ${{ github.ref.tag }}
|
||||||
body: |
|
body: |
|
||||||
[Auto Release] Update PyWxDump
|
[Auto Release] Update PyWxDump to ${{ github.ref }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
files: |
|
files: |
|
||||||
|
Loading…
Reference in New Issue
Block a user