mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 11:20:07 +08:00
chore: update release workflow with tag filtering
This commit is contained in:
parent
94193246d4
commit
dfa6651a1a
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: 'Version (e.g. v1.2.3)'
|
||||
required: true
|
||||
type: string
|
||||
push:
|
||||
tags:
|
||||
- v*.*.*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user