fix: refine tag patterns for release triggers in workflow

This commit is contained in:
Jiaxin Peng
2025-11-01 00:42:01 +00:00
parent bb211543f5
commit e8a9594ea1

View File

@@ -2,8 +2,11 @@ name: Release
on:
push:
branches:
- main
tags:
- "*"
- "v*.*.*"
- "[0-9]+.[0-9]+.[0-9]+"
env:
PLUGIN_NAME: share-to-notionnext # Change this to match the id of your plugin.