Skip to content

Commit

Permalink
Fixes to automate native android builds 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeicor committed Aug 13, 2023
1 parent 5e9a29b commit 53a4d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: auto-update
run: |
export VERSION="${GITHUB_REF##*/}"
sed -E -i "s/^version = \[^\"]*\"/version = \"${VERSION:1}\"/g" Cargo.toml # e.g. v0.0.1 -> version = "0.0.1"
sed -E -i "s/^version = \"[^\"]*\"/version = \"${VERSION:1}\"/g" Cargo.toml # e.g. v0.0.1 -> version = "0.0.1"
cargo tree # Check that we did not break the Cargo.toml (also updates Cargo.lock)
git config --global user.email "[email protected]"
git config --global user.name "Yeicor"
Expand Down

0 comments on commit 53a4d3d

Please sign in to comment.