Skip to content

Commit 88a655f

Browse files
authored
Using the linux sed syntax (#278)
1 parent 2e748ca commit 88a655f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
TAG=${{ github.event.inputs.tag }}
183183
VERSION=${TAG#v}
184184
if [ -n "$VERSION" ]; then
185-
sed -i '' '/^version /s/=.*$/= "'"$VERSION"'"/' hf_xet/Cargo.toml
185+
sed -i '/^version /s/=.*$/= "'"$VERSION"'"/' hf_xet/Cargo.toml
186186
fi
187187
- name: Build sdist
188188
uses: PyO3/maturin-action@v1

0 commit comments

Comments
 (0)