mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
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:
parent
9c44b55e03
commit
877cb53cb5
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:
|
||||
- "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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue