Skip to content

Commit

Permalink
fix: Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 9, 2024
1 parent 9c24d9e commit 100e239
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ jobs:
uses: ./.github/actions/setup

- run: |
pnpm i
pnpm build
npm i
- run: pnpm publish
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_NPM}}

0 comments on commit 100e239

Please sign in to comment.