You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# update links in the readme (see `git restore "${root}/objectbox/README.md"` below)
17
27
"${root}/tool/pubdev-links.sh"
@@ -26,7 +36,7 @@ function publish() {
26
36
pkg_dir="${root}/${1}"
27
37
pubspec="${pkg_dir}/pubspec.yaml"
28
38
29
-
echo -e "You're about to publish directory \e[33m'${1}'\e[39m as package \e[33m$(yqread"${pubspec}" name) v$(yqread"${pubspec}" version)\e[39m"
39
+
echo -e "You're about to publish directory \e[33m'${1}'\e[39m as package \e[33m$($YQCMDread"${pubspec}" name) v$($YQCMDread"${pubspec}" version)\e[39m"
30
40
echo -e "\e[31mWARNING: The same version can NOT be published twice!\e[39m"
0 commit comments