Skip to content

Commit

Permalink
ci: fix npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Feb 14, 2024
1 parent e1e100e commit 7016d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
cache: "npm"
- run: npm ci
- run: npx playwright install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 7016d51

Please sign in to comment.