Skip to content

Commit 883e840

Browse files
VIA-598 AJ/DB WIP fix bash script error
1 parent db6d0c2 commit 883e840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/deploy/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ runs:
5959
else
6060
bucket_name="vita-${{ inputs.secret_aws_account_id }}-releases-${{ inputs.environment }}"
6161
folder_name="tag"
62+
fi
6263
6364
s3_artefacts_path="s3://${bucket_name}/${folder_name}/${{ steps.tag-or-sha.outputs.value }}"
6465
echo "Copying from path : ${s3_artefacts_path}"

0 commit comments

Comments
 (0)