Skip to content

Commit

Permalink
fix(workflow): fix release helm chart github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-instill committed Jan 20, 2025
1 parent aa77da2 commit 75442ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/releases-helm-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
GH_TOKEN: ${{ secrets.botGitHubToken }}
run: |
set -ex
git checkout -b origin/gh-pages
git ls-remote --heads origin
repo=core
tag=$repo-$(yq -r '.version' ../charts/$repo/Chart.yaml)
gh release delete $tag --cleanup-tag --yes || true
Expand Down

0 comments on commit 75442ad

Please sign in to comment.