We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbaee7 commit 3ec8016Copy full SHA for 3ec8016
.github/workflows/npm-publish-cli.yml
@@ -86,11 +86,15 @@ jobs:
86
with:
87
bun-version: latest
88
89
+ - name: Install dependencies
90
+ working-directory: ./libs/typescript/cua-cli
91
+ run: bun install --frozen-lockfile
92
+
93
- name: Publish to npm
94
working-directory: ./libs/typescript/cua-cli
95
run: |
96
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
- bun publish
97
+ bun publish --tolerate-republish
98
99
create-release:
100
needs: [build-and-publish, publish-npm]
0 commit comments