update publish.yml
This commit is contained in:
parent
8766042618
commit
65d36726f1
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||
with:
|
||||
tag_name: ${GITHUB_REF:10}_legacy
|
||||
tag_name: ${github.ref:10}_legacy
|
||||
release_name: Release ${{ github.ref }}_legacy
|
||||
body: |
|
||||
Legacy Support
|
||||
|
Reference in New Issue
Block a user