Skip to content

Commit

Permalink
don't run install twice
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Oct 31, 2023
1 parent 48933da commit 676cdfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.10.0
run_install: true
run_install: false
- name: NPM Setup
run: |
pnpm set registry "https://registry.npmjs.org/"
Expand All @@ -45,7 +45,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "WebdriverIO Release Bot"
- name: Install Dependencies
run: pnpm install --filter=\\!fixture-\\* --frozen-lockfile
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Release
Expand Down

0 comments on commit 676cdfc

Please sign in to comment.