Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 6e7d224

Browse files
committed
fix
1 parent 70d1bcd commit 6e7d224

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- run: ls . */
3838

3939
- name: Publish to npm
40-
run: corepack yarn npm publish
40+
run: |
41+
corepack yarn config set npmAuthIdent "${{ secrets.NPM_USERNAME }}:${{ secrets.NPM_TOKEN }}"
42+
corepack yarn npm publish --access public
4143
env:
4244
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarnPath: .yarn/releases/yarn-4.1.0.cjs
1+
yarnPath: .yarn/releases/yarn-4.1.0.cjs

0 commit comments

Comments
 (0)