Skip to content

Commit 413a75c

Browse files
committed
ci: enable doctor publish
1 parent 70671ca commit 413a75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm_release_doctor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: |
4141
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
4242
echo "Publishing @nativescript/doctor@$NPM_VERSION to NPM with tag $NPM_TAG..."
43-
# npm publish nativescript-doctor-$NPM_VERSION.tgz --tag $NPM_TAG
43+
npm publish nativescript-doctor-$NPM_VERSION.tgz --tag $NPM_TAG

0 commit comments

Comments
 (0)