Merge pull request #7604 from keymanapp/fix/devloper/7582-redux

fix(common): always define dry_run variable
This commit is contained in:
Marc Durdin 2022-11-03 15:05:33 +11:00 committed by GitHub
commit 68ef6ec444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ function builder_pull_has_label() {
# ```
#
function builder_publish_to_npm() {
local dist_tag=$TIER dry_run
local dist_tag=$TIER dry_run=
if [[ $TIER == stable ]]; then
dist_tag=latest