We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc95e43 commit 65aad44Copy full SHA for 65aad44
.github/scripts/release-tf-module.sh
@@ -151,9 +151,9 @@ echo -e "\nPackage created: $package_file"
151
if [[ "$module_publish" == "yes" ]]; then
152
echo -e "\nPublishing $module_name-$module_version"
153
force_opt=$( [[ "$force" == "yes" ]] && echo "--republish" || echo "" )
154
- cloudsmith push terraform "$force_opt" \
+ cloudsmith push terraform \
155
elastio/public \
156
- "$package_file"
+ "$force_opt" "$package_file"
157
else
158
echo -e "\nSkipping publish"
159
fi
0 commit comments