From c374517d8a6ece34b5ed66a0bc83f180ad1450cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Sat, 17 Jun 2023 10:52:39 +0200 Subject: [PATCH] add x.x.x to release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92df069..3e1da5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: release github version on: push: tags: - - "[0-9]+.[0-9]+" + - "[0-9]+.[0-9]+.[0-9]+" jobs: build: runs-on: ubuntu-latest