Skip to content

Commit a157d48

Browse files
committed
fix: add continue-on-error for CLI publish and npmrc to widget publish
1 parent 2fe763e commit a157d48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,12 @@ jobs:
5656
run: pnpm build
5757

5858
- name: Publish CLI to npm
59+
continue-on-error: true
5960
run: |
6061
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
6162
pnpm publish --filter @juliantanx/aiusage --no-git-checks --access public
6263
6364
- name: Publish Widget to npm
6465
run: |
66+
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
6567
pnpm publish --filter @juliantanx/aiusage-widget --no-git-checks --access public

0 commit comments

Comments
 (0)