summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-11-14 03:51:40 +0000
committerChristian Duerr <contact@christianduerr.com>2020-11-14 04:52:18 +0100
commit59f3480ef2b1b0005f7dab4d45ccb8e9c34a3fb2 (patch)
tree7cd4f947421044f0a8b6cddb56710e628ada6a92
parent143501a009f2071fa212fd87f48843ae58325432 (diff)
Fix github releases tag patternv0.6.0-rc1
-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 }}