Skip to content

Commit

Permalink
use npx to run monopub
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Oct 27, 2024
1 parent 6da12c2 commit 176e9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
publish_dir: docs
publish_branch: gh-pages
destination_dir: docs
- run: monopub delete devDependencies,scripts
- run: monopub exec 'npm publish --access public --provenance'
- run: npx monopub delete devDependencies,scripts
- run: npx monopub exec 'npm publish --access public --provenance'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 176e9f4

Please sign in to comment.