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 e42002b commit a16280eCopy full SHA for a16280e
.github/workflows/release.yml
@@ -52,6 +52,8 @@ jobs:
52
PKG_VER=${GITHUB_REF_NAME#v}
53
sed -e "s/^appVersion:.*/appVersion: ${PKG_VER}/" -i charts/cert-manager-webhook-rackspace/Chart.yaml
54
- uses: helm/[email protected]
55
+ env:
56
+ CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
57
with:
58
skip_upload: true
59
- run: |
0 commit comments