Skip to content

Commit

Permalink
remove unnecessary(duplicated) build step
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Mar 19, 2024
1 parent c055fc0 commit ad7d9ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Install Dependencies
run: yarn install --immutable

- name: Prepack Packages
run: yarn workspaces foreach -t run build

- name: Create Release Pull Request or Publish to npm
uses: cometkim/yarn-changeset-action@v1
with:
Expand Down

0 comments on commit ad7d9ca

Please sign in to comment.