Skip to content

Commit 42d9e06

Browse files
authored
Merge pull request #139 from mallardduck/release-fix
fix bash var
2 parents 766e40a + bb79533 commit 42d9e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
TAG_NAME: ${{ github.ref_name }}
5454
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
run: |
56-
gh release upload "$TAG_NAME" "./build/charts/rancher-kubectl-test-${TAG_NAME}.tgz"
56+
gh release upload "${TAG_NAME}" "./build/charts/rancher-kubectl-test-${TAG_NAME#v}.tgz"
5757
5858
- name: Load Secrets from Vault
5959
uses: rancher-eio/read-vault-secrets@main

0 commit comments

Comments
 (0)