Skip to content

Commit

Permalink
revert install command in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pbohlman committed Jun 23, 2024
1 parent dc8aff8 commit 83e704a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
NPM_TOKEN: ${{ secrets.CI_NPM_TOKEN }}

- name: Install
run: yarn run focus:packages
run: yarn install --immutable

- name: Create Release Pull Request or Publish
id: changesets
Expand Down

0 comments on commit 83e704a

Please sign in to comment.