fix: trigger skill publish on tag push

This commit is contained in:
ivanberry 2026-03-12 08:11:48 +08:00
parent c50fb5e23f
commit 3c94072b86
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
name: register-skill-release
on:
release:
types: [published]
push:
tags:
- 'v*'
workflow_dispatch:
inputs:
skill_slug: