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 3ec8016 commit 087f286Copy full SHA for 087f286
.github/workflows/npm-publish-cli.yml
@@ -92,9 +92,9 @@ jobs:
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 }}
97
- bun publish --tolerate-republish
+ env:
+ NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: bun publish --production --access public --tolerate-republish
98
99
create-release:
100
needs: [build-and-publish, publish-npm]
0 commit comments