mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-01-11 20:10:18 +00:00
GitHub Actions: Change release properties
This commit is contained in:
parent
d6e61e2e47
commit
037934847a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_release.yml
vendored
4
.github/workflows/build_release.yml
vendored
|
|
@ -37,8 +37,8 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
tag_name: latest
|
||||
release_name: Simple Proxy Worker
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue