Skip to content

Commit cd92acb

Browse files
authored
1 parent b4bb441 commit cd92acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ steps:
3838
echo "//registry.npmjs.org/:_authToken=$(azure-sdk-npm-token)" > ./.npmrc
3939
for file in common/temp/artifacts/packages/*.tgz
4040
do
41-
common/temp/pnpm-local/node_modules/.bin/pnpm publish $file --tag latest --access public || echo no-worries
41+
common/temp/pnpm-local/node_modules/.bin/pnpm publish $file --no-git-checks --tag latest --access public || echo no-worries
4242
done
4343

0 commit comments

Comments
 (0)