From 4314e811c839c03ecf5d58694cae999cb76ec96c Mon Sep 17 00:00:00 2001 From: shawndeng <62068110+ShawnDen-coder@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:20:54 +0800 Subject: [PATCH] fix: Update deploy_docs.yaml --- .../.github/workflows/deploy_docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo_scaffold/templates/template-python/{{cookiecutter.project_slug}}/.github/workflows/deploy_docs.yaml b/repo_scaffold/templates/template-python/{{cookiecutter.project_slug}}/.github/workflows/deploy_docs.yaml index a1987d0..7b44ff6 100644 --- a/repo_scaffold/templates/template-python/{{cookiecutter.project_slug}}/.github/workflows/deploy_docs.yaml +++ b/repo_scaffold/templates/template-python/{{cookiecutter.project_slug}}/.github/workflows/deploy_docs.yaml @@ -4,7 +4,7 @@ name: Deploy Docs on: push: tags: - - '*.*.*' # 匹配类似 1.0.0, 2.1.3 等格式的标签 + - '[0-9]+.[0-9]+.[0-9]+' # 匹配类似 1.0.0, 2.1.3 等格式的标签 workflow_dispatch: permissions: