From 877cb53cb56234d588d18f6088cdfc88de20cb3b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Apr 2026 03:51:31 +0000 Subject: [PATCH] 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> --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d66f39dd..523d9287 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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