Skip to content

Commit 1c2da94

Browse files
Fix: Add missing fi to condition checks in package.yml
Copilot removes all my `fi`s 😭😡
1 parent cb1ea16 commit 1c2da94

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
if [ "$WEASEL_VERSION" = "$WEASEL_RELEASED_VERSION" ]; then
4949
echo "Weasel version is up to date. Skipping package."
5050
exit 1
51+
fi
5152
- name: Download Schemata
5253
if: inputs.event_name != 'schedule' || steps.check_version.outcome == 'success'
5354
uses: actions/download-artifact@v4
@@ -90,6 +91,7 @@ jobs:
9091
if [ "$SQUIRREL_VERSION" = "$SQUIRREL_RELEASED_VERSION" ]; then
9192
echo "Squirrel version is up to date. Skipping package."
9293
exit 1
94+
fi
9395
- name: Download Schemata
9496
if: inputs.event_name != 'schedule' || steps.check_version.outcome == 'success'
9597
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)