mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-15 12:07:42 +00:00
Merge pull request #7604 from keymanapp/fix/devloper/7582-redux
fix(common): always define dry_run variable
This commit is contained in:
commit
68ef6ec444
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue