From bb795338907f66faba555e3415f1ce229fc860b6 Mon Sep 17 00:00:00 2001 From: Dan Pock Date: Fri, 25 Jul 2025 16:36:32 -0400 Subject: [PATCH] fix bash var --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 875412d..9a2cda5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: TAG_NAME: ${{ github.ref_name }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh release upload "$TAG_NAME" "./build/charts/rancher-kubectl-test-${TAG_NAME}.tgz" + gh release upload "${TAG_NAME}" "./build/charts/rancher-kubectl-test-${TAG_NAME#v}.tgz" - name: Load Secrets from Vault uses: rancher-eio/read-vault-secrets@main