Skip to content

Commit

Permalink
fix: ci add auto readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Dec 14, 2022
1 parent 30ab09b commit ca6afeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
run: |
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
- name: Update Readme
run: npm run docgen
- name: Add readme
run: git add README.md
- name: Create bump and changelog main
if: github.ref == 'refs/heads/main'
run: npx standard-version
Expand Down

0 comments on commit ca6afeb

Please sign in to comment.