Skip to content

Commit

Permalink
fix: publish-npm action
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed May 30, 2024
1 parent 5d46d83 commit a7f681b
Show file tree
Hide file tree
Showing 3 changed files with 8,620 additions and 9,177 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm install
- run: pnpm publish
- run: pnpm publish --no-git-cheks
env:
NODE_AUTH_TOKEN: ${{SECRETS.NPM_TOKEN}}
Loading

0 comments on commit a7f681b

Please sign in to comment.