Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
ci: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreira-tb committed Dec 31, 2023
1 parent 6dd9e2f commit a9957b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: pnpm install
- run: pnpm build
- run: npm publish
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a9957b8

Please sign in to comment.