From b14ed35a57bfacc42cfa72ee187f774bbf679c1e Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Tue, 15 Oct 2024 19:56:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20accept=20tags=20with=204?= =?UTF-8?q?=20version=20numbers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6aaf34fc..9a4e08ed 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,7 @@ on: push: tags: - "*.*.*" + - "*.*.*.*" jobs: publish: runs-on: ubuntu-latest