We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ff97a commit 1458de5Copy full SHA for 1458de5
.github/workflows/nodejs-package.yml
@@ -39,13 +39,12 @@ jobs:
39
node-version: 22
40
- run: yarn
41
- run: |
42
- yarn config set npmRegistryServer "https://npm.pkg.github.com"
+ yarn config set npmRegistryServer "https://registry.npmjs.org"
43
yarn config set npmAlwaysAuth "true"
44
yarn config set npmAuthToken "$NODE_AUTH_TOKEN"
45
env:
46
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
47
48
- cat .yarnrc.yml
49
cd packages/rtn-hce-module-ios
50
yarn npm publish --provenance --access public
51
@@ -73,6 +72,5 @@ jobs:
73
72
74
NODE_AUTH_TOKEN: ${{ github.token }}
75
76
77
78
0 commit comments