Skip to content

Commit

Permalink
fix: better step name
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Feb 3, 2023
1 parent 45d7b41 commit ef99cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Create bump and changelog development
if: github.ref != 'refs/heads/main'
run: pnpm dlx capacitor-plugin-standard-version --prerelease alpha
- name: Update Readme
- name: Update Doc
run: pnpm docgen && pnpm docgen:api
- name: Add doc to github
run: git add README.md api.md
Expand Down

0 comments on commit ef99cfc

Please sign in to comment.