Skip to content

Commit dc3d0cf

Browse files
Fix missing 'fi' statement in deploy job for proper conditional handling
1 parent 982f9ea commit dc3d0cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
IMAGE_TAG="dev"
134134
else
135135
IMAGE_TAG="latest"
136+
fi
136137
az deployment group create \
137138
--name ${{ env.SOLUTION_PREFIX }}-deployment \
138139
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \

0 commit comments

Comments
 (0)