We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c886bc2 commit e71b956Copy full SHA for e71b956
.github/workflows/helm.yml
@@ -47,7 +47,7 @@ jobs:
47
# run: ct install --chart-dirs helm-chart --namespace kube-system --helm-extra-set-args "--set=apiToken=test --set=region=us-east" --target-branch ${{ github.event.repository.default_branch }}
48
49
helm-release:
50
- if: ${{ startsWith(github.ref, 'refs/tags/') }}
+ # if: ${{ startsWith(github.ref, 'refs/tags/') }} # TODO: uncomment
51
needs: helm-test
52
permissions:
53
contents: write # for helm/chart-releaser-action to push chart release and create a release
0 commit comments