We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70671ca commit 413a75cCopy full SHA for 413a75c
.github/workflows/npm_release_doctor.yml
@@ -40,4 +40,4 @@ jobs:
40
run: |
41
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
42
echo "Publishing @nativescript/doctor@$NPM_VERSION to NPM with tag $NPM_TAG..."
43
- # npm publish nativescript-doctor-$NPM_VERSION.tgz --tag $NPM_TAG
+ npm publish nativescript-doctor-$NPM_VERSION.tgz --tag $NPM_TAG
0 commit comments