We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0397a8 + 8edacc3 commit 174fd5bCopy full SHA for 174fd5b
1 file changed
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
--owner "$owner" \
59
--git-repo "$repo" \
60
--token "$CR_TOKEN" \
61
- --release-name-template "convoy"
+ --release-name-template "convoy-{{ .Name }}-{{ .Version }}"
62
63
# update index and push to github pages
64
git config user.email "$owner@users.noreply.github.com"
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
- --release-name-template "convoy" \
+ --release-name-template "convoy-{{ .Name }}-{{ .Version }}" \
71
--index-path ./index.yaml \
72
--charts-repo https://$owner.github.io/$repo \
73
--push
0 commit comments