Skip to content

Commit

Permalink
chore(infra): fix release script (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter authored Aug 29, 2024
1 parent 7cf5dbf commit f6422c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: Install Dependencies
run: pnpm install

- name: Run Test
run: pnpm run test
# - name: Run Test
# run: pnpm run test

- name: Try release to npm
run: pnpm run release
Expand Down

0 comments on commit f6422c0

Please sign in to comment.