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 1b92991 commit 9e522ccCopy full SHA for 9e522cc
.github/promote.sh
@@ -19,7 +19,7 @@ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
19
#fi
20
21
# use lerna command to perform a patch releaes:
22
-yarn run lerna publish patch --dist-tag=prerelease-patch --no-private --yes 2>&1 | tee lerna-output.txt
+yarn run lerna publish patch --dist-tag=latest --no-private --yes 2>&1 | tee lerna-output.txt
23
24
# use lerna command below for dry run of patch release
25
# yarn run lerna version patch --yes --no-git-tag-version --no-push --no-private | tee lerna-output.txt
0 commit comments