Skip to content

Commit

Permalink
fix typo in version audit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed May 23, 2024
1 parent 3783390 commit 5da1420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_prep_hatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
then
is_current=true
fi
echo "is-current=$is_updated" >> $GITHUB_OUTPUT
echo "is-current=$is_current" >> $GITHUB_OUTPUT
- name: "[INFO] Skip version bump"
if: steps.version.outputs.is-current == 'true'
Expand Down

0 comments on commit 5da1420

Please sign in to comment.