Skip to content

Commit

Permalink
ci: npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
deMGoncalves committed Jun 28, 2024
1 parent 4c602b8 commit 313c0f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
bun-version: latest
- run: bun install
- run: bun run build
- run: npm publish --access public
- run: npm publish --verbose --access public
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"source": "./index.js",
"type": "module",
"types": "./index.d.ts",
"version": "0.0.4",
"version": "0.0.5",
"workspaces": ["packages/*"]
}

0 comments on commit 313c0f5

Please sign in to comment.