Skip to content

Commit 71e7855

Browse files
fix: use tag ref for helm-release so the release workflow can start it (#216)
Co-authored-by: Ryan Lonergan <[email protected]>
1 parent 5439d9f commit 71e7855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# 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 }}
4848

4949
helm-release:
50-
if: github.ref == 'refs/heads/main'
50+
if: ${{ startsWith(github.ref, 'refs/tags/') }}
5151
needs: helm-test
5252
permissions:
5353
contents: write # for helm/chart-releaser-action to push chart release and create a release

0 commit comments

Comments
 (0)