Skip to content

Commit 1a84784

Browse files
committed
Ensure TAG_NAME env is set
1 parent 9e4d169 commit 1a84784

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ jobs:
4545
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646

4747
- name : Make test helm chart
48+
env:
49+
TAG_NAME: ${{ github.ref_name }}
4850
run: TAG=$TAG_NAME make package-helm
4951
- name: Add test helm chart to release
5052
env:
53+
TAG_NAME: ${{ github.ref_name }}
5154
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5255
run: |
5356
gh release upload "$TAG_NAME" "./build/charts/rancher-kubectl-test-${TAG_NAME}.tgz"

0 commit comments

Comments
 (0)