Merge pull request #5 from xAlokyx/copilot/fix-installation-script-error

fix: build pipeline never runs on numeric tags; releases marked as prerelease
This commit is contained in:
ALOKY 2026-04-04 06:57:08 +03:00 committed by GitHub
commit e4fd4d9ae6
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