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 766e40a + bb79533 commit 42d9e06Copy full SHA for 42d9e06
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
TAG_NAME: ${{ github.ref_name }}
54
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
run: |
56
- 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"
57
58
- name: Load Secrets from Vault
59
uses: rancher-eio/read-vault-secrets@main
0 commit comments