Skip to content

Commit

Permalink
fix: add dlx to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Jan 12, 2023
1 parent 2f55c34 commit 1b3c174
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
run: git add README.md
- name: Create bump and changelog main
if: github.ref == 'refs/heads/main'
run: npx capacitor-plugin-standard-version
run: pnpm dlx capacitor-plugin-standard-version
- name: Create bump and changelog development
if: github.ref != 'refs/heads/main'
run: npx capacitor-plugin-standard-version --prerelease alpha
run: pnpm dlx capacitor-plugin-standard-version --prerelease alpha
- name: Push to origin
run: |
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
Expand All @@ -65,3 +65,5 @@ jobs:
- name: Install dependencies
id: install_code
run: pnpm install --frozen-lockfile
- name: CLI capacitor-standard-version install
run: pnpm dlx capacitor-standard-version --version

0 comments on commit 1b3c174

Please sign in to comment.