File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,6 @@ jobs:
482
482
if : ${{ startsWith(github.ref, 'refs/tags/v') }}
483
483
run : |
484
484
npm config set provenance true
485
- echo "npmAlwaysAuth:true\n npmAuthToken: '$NPM_TOKEN'\n" >> ~/.yarnrc
486
485
yarn npm publish --access public --tag $NPM_TAG
487
486
env :
488
487
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -543,7 +542,6 @@ jobs:
543
542
- name : Publish
544
543
if : ${{ startsWith(github.ref, 'refs/tags/v') }}
545
544
run : |
546
- echo "npmAlwaysAuth:true\n npmAuthToken: '$NPM_TOKEN'\n" >> ~/.yarnrc
547
545
(cd bindings/binding_core_wasm/pkg && yarn npm publish --access public --tag $NPM_TAG)
548
546
env :
549
547
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -595,7 +593,6 @@ jobs:
595
593
- name : Publish
596
594
if : ${{ startsWith(github.ref, 'refs/tags/v') }}
597
595
run : |
598
- echo "npmAlwaysAuth:true\n npmAuthToken: '$NPM_TOKEN'\n" >> ~/.yarnrc
599
596
(cd bindings/binding_core_wasm/pkg && yarn npm publish --access public --tag $NPM_TAG)
600
597
env :
601
598
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
compressionLevel : mixed
2
-
3
2
enableGlobalCache : false
4
-
5
3
nodeLinker : node-modules
4
+
5
+ npmAlwaysAuth : true
6
+ npmAuthToken : ${NPM_TOKEN-''}
You can’t perform that action at this time.
0 commit comments