Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

- name: Run docs
if: github.event_name == 'pull_request' || github.event_name == 'push'
run: bun run docs:helm
run: bun run docs:helm && bun run docs:cli

# Commit generated version metadata and README updates on release tags
- name: Auto-commit release assets
Expand All @@ -135,7 +135,7 @@ jobs:
with:
commit_message: "chore(release): sync generated assets [skip ci]"
branch: main
file_pattern: 'package.json **/package.json charts/**/Chart.yaml charts/**/README.md README.md'
file_pattern: 'package.json charts/**/Chart.yaml charts/**/README.md README.md'
commit_user_name: 'SettleMint Release Bot'
commit_user_email: 'support@settlemint.com'
env:
Expand Down