Skip to content

Commit

Permalink
ci(github): remove wrong Build step in Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Feb 7, 2024
1 parent b81c1cb commit 569037d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
node-version: 20
- name: Install
run: yarn --immutable
- name: Build
run: yarn build
- name: Login to NPM
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Release
Expand Down

0 comments on commit 569037d

Please sign in to comment.