Skip to content

Commit

Permalink
fix: remove build step from release action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 5, 2022
1 parent c1ae444 commit c843910
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
cache: pnpm
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
run: pnpm install

- name: pnpm build
run: pnpm run build

- name: Publish to npm
run: pnpm publish --access public --no-git-checks
env:
Expand Down

0 comments on commit c843910

Please # to comment.