Skip to content

Commit 1bb3e84

Browse files
committed
[MINOR] Version bumper debug
1 parent aceba25 commit 1bb3e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version_bumper.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ $version_line =~ $regex ]]; then
2525
updated_version=${BASH_REMATCH[1]}$incremented_number
2626

2727
# Update the version in the pyproject.toml file
28-
sed -i '' "s/version = \"${BASH_REMATCH[1]}${last_number}\"/version = \"$updated_version\"/" "$file"
28+
sed -i "s/version = \"${BASH_REMATCH[1]}${last_number}\"/version = \"$updated_version\"/" "$file"
2929

3030
echo "Version updated to $updated_version in $file"
3131
else

0 commit comments

Comments
 (0)