We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1351d8 commit 7077a85Copy full SHA for 7077a85
1 file changed
.github/workflows/ci.yml
@@ -57,5 +57,8 @@ jobs:
57
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
58
- name: Run chart-releaser
59
uses: helm/chart-releaser-action@v1.0.0
60
+ with:
61
+ version: ${GITHUB_REF/refs\/tags\//}
62
+ charts_repo_url: https://layer5.github.io/smi-conformance
63
env:
64
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments