summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-11-14 03:51:40 +0000
committerGitHub <noreply@github.com>2020-11-14 03:51:40 +0000
commitc63bdf5cb966a5dd0afa3ed0327efca691abf504 (patch)
treee2d5df0ffa5827752067c40bbf292402f9369fec /.github/workflows
parentbfb1a571d19d2dba11b3a4376ccb10d9352abeb4 (diff)
Fix github releases tag pattern
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d1a9848c..30085858 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
on:
push:
- tags: ["v[0-9]+.[0-9]+.[0-9]+"]
+ tags: ["v[0-9]+.[0-9]+.[0-9]+*"]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}