Skip to content

Commit 1458de5

Browse files
committed
fix ci
1 parent 06ff97a commit 1458de5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nodejs-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,12 @@ jobs:
3939
node-version: 22
4040
- run: yarn
4141
- run: |
42-
yarn config set npmRegistryServer "https://npm.pkg.github.com"
42+
yarn config set npmRegistryServer "https://registry.npmjs.org"
4343
yarn config set npmAlwaysAuth "true"
4444
yarn config set npmAuthToken "$NODE_AUTH_TOKEN"
4545
env:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4747
- run: |
48-
cat .yarnrc.yml
4948
cd packages/rtn-hce-module-ios
5049
yarn npm publish --provenance --access public
5150
@@ -73,6 +72,5 @@ jobs:
7372
env:
7473
NODE_AUTH_TOKEN: ${{ github.token }}
7574
- run: |
76-
cat .yarnrc.yml
7775
cd packages/rtn-hce-module-ios
7876
yarn npm publish --provenance --access public

0 commit comments

Comments
 (0)