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 e77d9b3 commit e253b22Copy full SHA for e253b22
.github/workflows/helm-release.yml
@@ -27,7 +27,7 @@ jobs:
27
id: set_tag
28
run: |
29
if [[ "${GITHUB_REF}" == "refs/heads/master" ]]; then
30
- echo "chart_tag=master-head" >> "$GITHUB_OUTPUT"
+ echo "chart_tag=0.0.0-master" >> "$GITHUB_OUTPUT"
31
elif [[ "${GITHUB_REF}" == refs/tags/v* ]]; then
32
version="${GITHUB_REF#refs/tags/v}"
33
echo "chart_tag=${version}" >> "$GITHUB_OUTPUT"
0 commit comments