Skip to content

Commit

Permalink
fix: commit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Feb 4, 2023
1 parent dd895da commit edf5468
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
- name: Update Doc
run: pnpm docgen && pnpm docgen:api
- name: Add doc to github
run: git add README.md api.md
run: |
git add README.md api.md
git commit --amend --no-edit
- name: Push to origin
run: |
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
Expand Down

0 comments on commit edf5468

Please sign in to comment.