Skip to content

Commit

Permalink
fix: :shipit: fix npm publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev committed Dec 4, 2024
1 parent e2fa9fb commit 57d64ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
run: bun run build

- name: 📦 Publish to NPM Registry
run: bunx npm publish --provenance --access public
env:
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
bunx npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}"
bunx npm publish --provenance --access public
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "okineadev",
"version": "0.0.10",
"version": "0.0.9",
"module": "src/index.ts",
"main": "src/index.ts",
"bin": {
Expand Down

0 comments on commit 57d64ed

Please sign in to comment.