Skip to content

Commit c04c0a2

Browse files
committed
fix: ci
1 parent 78f4e1f commit c04c0a2

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ jobs:
323323
shell: bash
324324
- name: Publish
325325
run: |
326-
pnpm publish --access public --no-git-checks
326+
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
327+
npm publish --access public
327328
env:
328329
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
329330
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
330-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/test.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)