Skip to content

Commit

Permalink
fix(workflows): fix run-changeset incorrect step id
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Nov 4, 2023
1 parent e3416e3 commit f4fc226
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/run-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ jobs:
version: 7
run_install: false

- name: Install pnpm
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 7
run_install: false

- name: Install packages dependencies only
run: pnpm run ci:packages:install-deps

Expand Down

1 comment on commit f4fc226

@vercel
Copy link

@vercel vercel bot commented on f4fc226 Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.