Skip to content

Commit

Permalink
Run helm-docs as part of the release automation
Browse files Browse the repository at this point in the history
Fixes e.g. #146
  • Loading branch information
0x2b3bfa0 authored Aug 1, 2023
1 parent 9d518dd commit 9976304
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/studio_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ jobs:
do
go run github.com/mikefarah/yq/v4@v4.34.1 eval --inplace "$expression" charts/studio/Chart.yaml
done
- run: |
go run github.com/norwoodj/helm-docs/cmd/helm-docs@v1.11.0
working-directory: charts/studio
- uses: iterative/setup-cml@v1
- run: >
cml pr create
cml pr create .
--{title,body,message}="Studio: bump to $STUDIO_VERSION"
--branch="bump-studio-$STUDIO_VERSION"
--squash
.
env:
GITHUB_TOKEN: ${{ secrets.OLIVAW_GITHUB_PERSONAL_ACCESS_TOKEN }}
- run: >
Expand Down

0 comments on commit 9976304

Please sign in to comment.