mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-05-11 20:40:35 +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:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: latest
|
||||||
release_name: Release ${{ github.ref }}
|
release_name: Simple Proxy Worker
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue