mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-05 20:54:14 +00:00
fix(ci): mark releases as stable instead of pre-release
GitHub API /releases/latest ignores pre-releases, causing install.sh to fail with 'Failed to fetch x-ui version'. https://claude.ai/code/session_01M6d5atbWjuLTj6UwRHoK5m
This commit is contained in:
parent
c343f6fac9
commit
bb1571f87d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -168,7 +168,7 @@ jobs:
|
|||
file: x-ui-linux-${{ matrix.platform }}.tar.gz
|
||||
asset_name: x-ui-linux-${{ matrix.platform }}.tar.gz
|
||||
overwrite: true
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
|
||||
# =================================
|
||||
# Windows Build
|
||||
|
|
@ -280,4 +280,4 @@ jobs:
|
|||
file: x-ui-windows-amd64.zip
|
||||
asset_name: x-ui-windows-amd64.zip
|
||||
overwrite: true
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue