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