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.
1 parent a35c86a commit 67d0c1aCopy full SHA for 67d0c1a
.github/workflows/release.yml
@@ -39,6 +39,14 @@ jobs:
39
- name: Check out repository code
40
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41
42
+ - name : Make test helm chart
43
+ run: TAG=$TAG_NAME make package-helm
44
+ - name: Add test helm chart to release
45
+ env:
46
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
+ run: |
48
+ gh release upload "$TAG_NAME" "./build/charts/rancher-kubectl-test-${TAG_NAME}.tgz"
49
+
50
- name: Load Secrets from Vault
51
uses: rancher-eio/read-vault-secrets@main
52
with:
0 commit comments