From ec1638629c39f82f96b0e30bd07fbdbf86d1881e Mon Sep 17 00:00:00 2001 From: Markus Bilz Date: Sat, 13 Jan 2024 19:12:55 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20fix=20typo=20in=20release=20tags=20?= =?UTF-8?q?=F0=9F=90=99=20(#56)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ci: create automatic releases for tagged commits🐙 * ci: fix typo in tags --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9b0cc38..73dd7e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,7 @@ on: # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#patterns-to-match-branches-and-tags # e.g., v1.10.1 tags: - - 'v[12].[0-9]+.[0-9]+' + - 'v[0-9].[0-9]+.[0-9]+' permissions: contents: write jobs: