Skip to content

Commit

Permalink
fix: action with new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed May 31, 2023
1 parent 756caff commit 6f98c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
- name: Create bump and changelog main
if: github.ref == 'refs/heads/main'
run: pnpm dlx capacitor-plugin-standard-version@latest --dry-run --verbose
run: pnpm dlx capacitor-plugin-standard-version@latest
- name: Create bump and changelog development
if: github.ref != 'refs/heads/main'
run: pnpm dlx capacitor-plugin-standard-version@latest --prerelease alpha --dry-run --verbose
run: pnpm dlx capacitor-plugin-standard-version@latest --prerelease alpha
- name: Update Doc
run: pnpm docgen
- name: Update Doc
Expand Down

0 comments on commit 6f98c1e

Please sign in to comment.