From 388dd3aef5f81752e3a6ce1afa4f439e9f9076e9 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 11 Dec 2023 18:41:27 -0500 Subject: [PATCH] chore(ci): tag revisions, too Signed-off-by: Chris Gianelloni --- .github/workflows/publish.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d34816f..56da7a3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,6 +50,8 @@ jobs: tags: | # Only version, no revision type=match,pattern=v(.*)-(.*),group=1 + # Full version, with revision + type=match,pattern=v(.*),group=1 # branch type=ref,event=branch # semver @@ -117,6 +119,8 @@ jobs: tags: | # Only version, no revision type=match,pattern=v(.*)-(.*),group=1 + # Full version, with revision + type=match,pattern=v(.*),group=1 # branch type=ref,event=branch # semver @@ -177,6 +181,8 @@ jobs: tags: | # Only version, no revision type=match,pattern=v(.*)-(.*),group=1 + # Full version, with revision + type=match,pattern=v(.*),group=1 # branch type=ref,event=branch # semver @@ -202,6 +208,8 @@ jobs: tags: | # Only version, no revision type=match,pattern=v(.*)-(.*),group=1 + # Full version, with revision + type=match,pattern=v(.*),group=1 # branch type=ref,event=branch # semver