Skip to content

Commit

Permalink
do not test in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Apr 8, 2024
1 parent 85edda2 commit 1087363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
registry-url: "https://registry.npmjs.org/"
- run: pnpm check
- run: pnpm build
- run: pnpm test
- run: pnpm publish --no-git-checks --access public --registry https://registry.npmjs.org/
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 1087363

Please sign in to comment.