Skip to content

Commit

Permalink
Fix errant line ending in version
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Nov 28, 2023
1 parent f02292e commit ad19bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
export version_bump_rule=$(python .github/scripts/parse_bump_rule.py)
echo "version_bump_rule: '${version_bump_rule}'"
hatch version "${version_bump_rule}"
export new_version=$(hatch version)
export new_version=$(TERM="unknown" hatch version)
echo "new_version: '${new_version}'"
echo "new_version=${new_version}" >> $GITHUB_ENV # Save env variable for later steps
Expand Down

0 comments on commit ad19bcf

Please sign in to comment.