Skip to content

Commit

Permalink
ci: Revert back to using bun publish (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
1natsu172 authored Oct 31, 2024
1 parent e78c69b commit 2720301
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/.npmrc
bun run build
npm publish
bun publish
working-directory: packages/${{ matrix.package }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"lint-staged": {
"*": "prettier --ignore-unknown --write"
},
"packageManager": "[email protected].30"
"packageManager": "[email protected].33"
}

0 comments on commit 2720301

Please sign in to comment.