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 36f80ab commit 6cc0fe7Copy full SHA for 6cc0fe7
.github/workflows/microsoft-npm-publish-dry-run.yml
@@ -31,7 +31,7 @@ jobs:
31
run: yarn
32
- name: Verify release config
33
run: |
34
- node .ado/scripts/prepublish-check.mjs --verbose --skip-auth --tag ${{ env.PUBLISH_TAG }}
+ node .ado/scripts/prepublish-check.mjs --verbose --tag ${{ env.PUBLISH_TAG }}
35
36
- name: Version and publish packages (dry run)
37
0 commit comments