Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Jan 7, 2024
1 parent f3d7ddf commit e22035a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
pnpm build
- run: pnpm publish --provenance --access public --no-git-checks
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"modules",
"require"
],
"repository": "hyrious/esbuild-plugin-commonjs",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit e22035a

Please sign in to comment.