Skip to content

Commit 8246267

Browse files
authored
Merge pull request #164 from kube-logging/fix/pipeline-pull-latest-chart
fix(ci): use tags without v prefix
2 parents 65ffcc2 + 9e5d3ef commit 8246267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
tags: ["v[0-9]+.[0-9]+.[0-9]+*"]
5+
tags: ["[0-9]+.[0-9]+.[0-9]+*"]
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)