Skip to content

Commit 24ab47a

Browse files
committed
try to fix auth
1 parent 5b358fd commit 24ab47a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/yarn/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ runs:
88
uses: actions/setup-node@v4
99
with:
1010
node-version-file: .nvmrc
11+
registry-url: 'https://registry.npmjs.org'
1112
- uses: actions/cache@v4
1213
with:
1314
path: |

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
HUSKY_ENABLED: true
4545
GH_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
4646
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
47+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4748
run: npx auto shipit
4849

4950
publish-check:

0 commit comments

Comments
 (0)