Skip to content

Commit

Permalink
show all yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyriakos Akriotis committed Jul 11, 2024
1 parent c16aa59 commit 42578dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,16 @@ jobs:
id: update_charts
run: |
# docusaurus
cat ./charts/docusaurus/values.yaml
cat ./charts/docusaurus/Chart.yaml
echo ""
echo "---"
echo ""
cat ./charts/docusaurus/values.yaml
# typesense
cat ./charts/typesense/Chart.yaml
echo ""
echo "---"
echo ""
cat ./charts/typesense/values.yaml
# commit and push
git commit -am "Automatic commit from GitHub Actions triggered by action #${{github.run_number}}"
Expand Down

0 comments on commit 42578dc

Please sign in to comment.