Skip to content

Commit

Permalink
ci: remove redundant build step
Browse files Browse the repository at this point in the history
As the build happens on prePublish
  • Loading branch information
ygrishajev committed Apr 22, 2024
1 parent d15d7de commit 40ed8a0
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 @@ -44,9 +44,6 @@ jobs:
- name: Setup Node.js and Cache Dependencies
uses: ./.github/actions/setup-node

- name: Build
run: npm run build

- name: Release npm package
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 40ed8a0

Please sign in to comment.