Skip to content

Commit 9e522cc

Browse files
authored
Update promote.sh
1 parent 1b92991 commit 9e522cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/promote.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
1919
#fi
2020

2121
# 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
22+
yarn run lerna publish patch --dist-tag=latest --no-private --yes 2>&1 | tee lerna-output.txt
2323

2424
# use lerna command below for dry run of patch release
2525
# yarn run lerna version patch --yes --no-git-tag-version --no-push --no-private | tee lerna-output.txt

0 commit comments

Comments
 (0)