Skip to content

Commit

Permalink
fix: use tag ref for helm-release so the release workflow can start it (
Browse files Browse the repository at this point in the history
#216)

Co-authored-by: Ryan Lonergan <rlonerga@akamai.com>
  • Loading branch information
rl0nergan and Ryan Lonergan authored Jun 7, 2024
1 parent 5439d9f commit 71e7855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# 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 }}

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

0 comments on commit 71e7855

Please sign in to comment.