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 9e4d169 + 1a84784 commit 766e40aCopy full SHA for 766e40a
.github/workflows/release.yml
@@ -45,9 +45,12 @@ jobs:
45
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
47
- name : Make test helm chart
48
+ env:
49
+ TAG_NAME: ${{ github.ref_name }}
50
run: TAG=$TAG_NAME make package-helm
51
- name: Add test helm chart to release
52
env:
53
54
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
run: |
56
gh release upload "$TAG_NAME" "./build/charts/rancher-kubectl-test-${TAG_NAME}.tgz"
0 commit comments