summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-09-11 16:39:53 +0800
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-09-11 16:39:53 +0800
commitf5fd81be642376407525673833a14d0e40de2df4 (patch)
treea067b4f9097282d4cd5f758a4be1d25cc5c5d440 /.github
parentf733975987d57a4e0d209c72cb71d11923e8e3e5 (diff)
CD: Fix incorrect tag pattern
Oops
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 9e1bc6c..afabd83 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -17,7 +17,7 @@ name: release
on:
push:
tags:
- - "[0-9]+.[0-9]+.[0.9]+"
+ - "[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
jobs: