mirror of
https://github.com/trycua/computer.git
synced 2026-02-18 04:19:38 -06:00
Replace npm publish with bun publish in cli workflow
This commit is contained in:
2
.github/workflows/npm-publish-cli.yml
vendored
2
.github/workflows/npm-publish-cli.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
||||
working-directory: ./libs/typescript/cua-cli
|
||||
run: |
|
||||
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
|
||||
npm publish --access public
|
||||
bun publish
|
||||
|
||||
create-release:
|
||||
needs: [build-and-publish, publish-npm]
|
||||
|
||||
Reference in New Issue
Block a user