mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-04-21 00:42:02 +00:00
Fix name in workflow
This commit is contained in:
parent
6097252cf0
commit
84ac1c6fa1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: v${{ steps.package-version.outputs.current-version }}
|
tag_name: v${{ steps.package-version.outputs.current-version }}
|
||||||
release_name: Bot v${{ steps.package-version.outputs.current-version }}
|
release_name: Simple-proxy v${{ steps.package-version.outputs.current-version }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
body: |
|
body: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue