Skip to content

Commit

Permalink
add missing 'fi' statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredLange committed Jan 3, 2024
1 parent 53f72b0 commit 563203b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
else
echo "Version unchanged"
echo "CHANGED=false" >> $GITHUB_ENV
fi
- name: Conditional Step - version has changed
if: env.CHANGED == 'true'
Expand Down

0 comments on commit 563203b

Please sign in to comment.