Skip to content

Commit 65aad44

Browse files
committed
test
1 parent cc95e43 commit 65aad44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/release-tf-module.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ echo -e "\nPackage created: $package_file"
151151
if [[ "$module_publish" == "yes" ]]; then
152152
echo -e "\nPublishing $module_name-$module_version"
153153
force_opt=$( [[ "$force" == "yes" ]] && echo "--republish" || echo "" )
154-
cloudsmith push terraform "$force_opt" \
154+
cloudsmith push terraform \
155155
elastio/public \
156-
"$package_file"
156+
"$force_opt" "$package_file"
157157
else
158158
echo -e "\nSkipping publish"
159159
fi

0 commit comments

Comments
 (0)