chore: update release workflow with tag filtering

This commit is contained in:
kangfenmao 2024-11-12 19:58:34 +08:00
parent 11a446e106
commit 30fa9277ff

View File

@ -1,6 +1,12 @@
name: Release name: Release
on: on:
workflow_dispatch:
inputs:
version:
description: 'Version (e.g. v1.2.3)'
required: true
type: string
push: push:
tags: tags:
- v*.*.* - v*.*.*