fix: trigger workflow on numeric tags and mark releases as non-prerelease

Agent-Logs-Url: https://github.com/xAlokyx/3x-ui/sessions/d7322f9d-1384-4972-9b40-3d17922ba1f9

Co-authored-by: xAlokyx <234771438+xAlokyx@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-04 03:51:31 +00:00 committed by GitHub
parent 9c44b55e03
commit 877cb53cb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@ on:
- '**'
tags:
- "v*.*.*"
- "[0-9]*.*.*"
paths:
- '**.js'
- '**.css'
@ -154,5 +155,5 @@ jobs:
file: x-ui-linux-${{ matrix.platform }}.tar.gz
asset_name: x-ui-linux-${{ matrix.platform }}.tar.gz
overwrite: true
prerelease: true
prerelease: false