Skip to content

Commit 6cc0fe7

Browse files
committed
remove --skip-auth flag
1 parent 36f80ab commit 6cc0fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/microsoft-npm-publish-dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: yarn
3232
- name: Verify release config
3333
run: |
34-
node .ado/scripts/prepublish-check.mjs --verbose --skip-auth --tag ${{ env.PUBLISH_TAG }}
34+
node .ado/scripts/prepublish-check.mjs --verbose --tag ${{ env.PUBLISH_TAG }}
3535
3636
- name: Version and publish packages (dry run)
3737
run: |

0 commit comments

Comments
 (0)