Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 authored Sep 13, 2024
1 parent d8b2d79 commit eef3131
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: 20
- run: pnpm install
- run: pnpm ci && pnpm run build
- run: pnpm install && pnpm run build

publish-npm:
needs: build
Expand All @@ -37,8 +37,7 @@ jobs:
node-version: 20
cache: 'pnpm'
registry-url: https://registry.npmjs.org
- run: pnpm install
- run: pnpm ci && pnpm run build
- run: pnpm install && pnpm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit eef3131

Please sign in to comment.