Skip to content

Commit

Permalink
chore: remove yarn upgrade step
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 3, 2023
1 parent 1391122 commit 0a91421
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/yarn-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
- name: Run "yarn install"
run: yarn install --prefer-offline

- name: Run "yarn upgrade"
run: yarn upgrade

# Next, create and upload the changes as a patch file. This will later be downloaded to create a pull request
# Creating a pull request requires write permissions and it's best to keep write privileges isolated.
- name: Create Patch
Expand Down Expand Up @@ -160,9 +157,6 @@ jobs:
- name: Run "yarn install"
run: yarn install --prefer-offline

- name: Run "yarn upgrade"
run: yarn upgrade

- name: Set git identity
run: |-
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 0a91421

Please sign in to comment.