Skip to content

Commit b88ff67

Browse files
committed
fix(workflows): add missing 'fi' to close conditional statement for manifest updates
Signed-off-by: Adilhusain Shaikh <Adilhusain.Shaikh@ibm.com>
1 parent 29b0bbe commit b88ff67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-latest-python-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
else
125125
echo "No manifest changes detected"
126126
echo "committed=false" >> "$GITHUB_OUTPUT"
127+
fi
127128
128129
- name: Push manifest updates
129130
if: steps.commit_manifests.outputs.committed == 'true'

0 commit comments

Comments
 (0)