Skip to content

Commit

Permalink
build-cross-chek
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Oct 3, 2024
1 parent f7373f0 commit 2efccdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:

- name: Update Cargo.toml version
run: |
sed -i '/\[package\]/,/^version = /s/^version = .*/version = \"${{ github.event.release.tag_name }}\"/' Cargo.toml
#sed -i '/\[package\]/,/^version = /s/^version = .*/version = \"${{ github.event.release.tag_name }}\"/' Cargo.toml
sed -i '/\[package\]/,/^version = /s/^version = .*/version = \"0.2.1\"/' Cargo.toml
cat Cargo.toml
- name: Build Binary
Expand Down

0 comments on commit 2efccdc

Please sign in to comment.