We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c6309 commit 388dd3aCopy full SHA for 388dd3a
.github/workflows/publish.yml
@@ -50,6 +50,8 @@ jobs:
50
tags: |
51
# Only version, no revision
52
type=match,pattern=v(.*)-(.*),group=1
53
+ # Full version, with revision
54
+ type=match,pattern=v(.*),group=1
55
# branch
56
type=ref,event=branch
57
# semver
@@ -117,6 +119,8 @@ jobs:
117
119
118
120
121
122
123
124
125
126
@@ -177,6 +181,8 @@ jobs:
177
181
178
182
179
183
184
185
180
186
187
188
@@ -202,6 +208,8 @@ jobs:
202
208
203
209
204
210
211
212
205
213
206
214
207
215
0 commit comments