Skip to content

Commit

Permalink
fix(ci): update readme, then release (#185)
Browse files Browse the repository at this point in the history
* fix(ci): update readme, then release
  • Loading branch information
he2ss authored Aug 27, 2024
1 parent f331e91 commit 8561793
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 27 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,25 @@ on:
- 'charts/*/*.yaml'

jobs:
update-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Run helm-docs
run: |
GOBIN=$PWD go install github.com/norwoodj/helm-docs/cmd/[email protected]
./helm-docs --sort-values-order file
rm helm-docs
- name: Commit bump
uses: EndBug/add-and-commit@v9
with:
branch: main
message: 'Regenerate chart README.md'

release:
needs: update-readme
permissions:
contents: write
runs-on: ubuntu-latest
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/update_docs.yaml

This file was deleted.

0 comments on commit 8561793

Please sign in to comment.