mirror of
https://github.com/trycua/computer.git
synced 2025-12-31 02:19:58 -06:00
Update bun publish step to install bun dependencies
This commit is contained in:
6
.github/workflows/npm-publish-cli.yml
vendored
6
.github/workflows/npm-publish-cli.yml
vendored
@@ -86,11 +86,15 @@ jobs:
|
||||
with:
|
||||
bun-version: latest
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: ./libs/typescript/cua-cli
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
- name: Publish to npm
|
||||
working-directory: ./libs/typescript/cua-cli
|
||||
run: |
|
||||
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
|
||||
bun publish
|
||||
bun publish --tolerate-republish
|
||||
|
||||
create-release:
|
||||
needs: [build-and-publish, publish-npm]
|
||||
|
||||
Reference in New Issue
Block a user