Skip to content

Commit

Permalink
fix: remove dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Jun 1, 2023
1 parent 21d4fea commit 4c179ab
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 @@ -43,10 +43,10 @@ jobs:
git commit --m "docs: update doc" || true
- name: Create bump and changelog main
if: github.ref == 'refs/heads/main'
run: pnpm dlx capacitor-plugin-standard-version@latest --dry-run
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
run: pnpm dlx capacitor-plugin-standard-version@latest --prerelease alpha
- name: Push to origin
run: |
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
Expand Down

0 comments on commit 4c179ab

Please sign in to comment.