We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce18de3 commit 396989dCopy full SHA for 396989d
.github/workflows/build.yml
@@ -364,7 +364,9 @@ jobs:
364
- build-windows
365
steps:
366
- name: Update npm # required to support npm trusted publishing
367
- run: sudo npm install -g npm@latest
+ run: |
368
+ sudo npm install -g npm@latest
369
+ npm --version
370
- name: Checkout repo
371
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
372
with:
@@ -421,4 +423,6 @@ jobs:
421
423
- name: Prepare for publish
422
424
run: ./build-scripts/add-os-restrictions.js
425
- name: Publish packages to npm
- run: yarn publish-packages
426
427
428
+ yarn publish-packages
0 commit comments