Skip to content

Commit

Permalink
fix: publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wataru-chocola committed Oct 9, 2023
1 parent 190be20 commit 9576cf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
node-version: 20
- run: pnpm install
- run: pnpm build
- run: pnpm test

publish-npm:
Expand All @@ -30,6 +31,6 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: pnpm install
- run: pnpm publish
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 9576cf8

Please sign in to comment.