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.
2 parents cd6c1a6 + f662ce8 commit 6052d82Copy full SHA for 6052d82
1 file changed
.github/workflows/publish-helm-charts.yaml
@@ -22,7 +22,9 @@ jobs:
22
23
- name: Set release version
24
id: release_version
25
- run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
+ run: echo "VERSION=${TAG_NAME#v}" >> $GITHUB_ENV
26
+ env:
27
+ TAG_NAME: ${{ github.event.release.tag_name }}
28
29
30
- name: Install helm
0 commit comments