mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-08 06:04:10 +00:00
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:
commit
e4fd4d9ae6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
||||||
- '**'
|
- '**'
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "v*.*.*"
|
||||||
|
- "[0-9]*.*.*"
|
||||||
paths:
|
paths:
|
||||||
- '**.js'
|
- '**.js'
|
||||||
- '**.css'
|
- '**.css'
|
||||||
|
|
@ -154,5 +155,5 @@ jobs:
|
||||||
file: x-ui-linux-${{ matrix.platform }}.tar.gz
|
file: x-ui-linux-${{ matrix.platform }}.tar.gz
|
||||||
asset_name: x-ui-linux-${{ matrix.platform }}.tar.gz
|
asset_name: x-ui-linux-${{ matrix.platform }}.tar.gz
|
||||||
overwrite: true
|
overwrite: true
|
||||||
prerelease: true
|
prerelease: false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue