Skip to content

Commit

Permalink
chore: fix path of index.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Youngjin Jo <youngjinjo@megazone.com>
  • Loading branch information
yjinjo committed Apr 5, 2024
1 parent 88975c3 commit c352104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
release_name="${chart_name} Chart Release ${chart_version}"
echo "Creating GitHub Release $release_name..."
gh release create "$git_tag" "./release/$chart_file" --title "$release_name" --notes "Release of $chart_name version $chart_version"
gh release create "$git_tag" "./release/$chart_file" --title "$release_name" --notes "Release of $chart_name version $chart_version" --target "master"
echo "$chart_name chart released successfully."
fi
done
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Update index.yaml
run: |
helm repo index ./release --url https://github.com/cloudforet-io/charts/releases/download/
helm repo index ./release --url https://github.com/cloudforet-io/charts/releases/download/ --merge ./index.yaml
git add ./release/index.yaml
git commit -s -m "Update index.yaml"
git push origin gh-pages

0 comments on commit c352104

Please sign in to comment.