Skip to content

Commit

Permalink
fix: Fix bump version for rust (#5643)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagara committed Mar 12, 2024
1 parent 4ff3424 commit 3b9973a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
re="$(sed 's/[_-]/[_-]/g' <<< "$PACKAGE")"
sed -i "s/^$re==.*/$PACKAGE==$VERSION/g" -- requirements*.txt
sed -i "s/^$re==.*/$PACKAGE\s=\s$VERSION/g" -- rust_snuba/Cargo.toml
sed -i "s/^$re==.*/$PACKAGE\s=\s\"$VERSION\"/g" -- rust_snuba/Cargo.toml
if git diff --exit-code; then
exit 0
Expand Down

0 comments on commit 3b9973a

Please sign in to comment.