Skip to content

Commit

Permalink
Remove cargo version step from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
krokosik committed Feb 3, 2025
1 parent 7826b3f commit d0121dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
- name: Trim binary
run: espflash save-image --chip esp32s3 target/xtensa-esp32s3-espidf/release/esp-pulser esp-pulser

- name: Get version from Cargo.toml
id: get_version
run: echo "VERSION=$(grep '^version =' Cargo.toml | sed -E 's/version = \"([^\"]+)\"/\1/')" >> $GITHUB_ENV

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit d0121dc

Please sign in to comment.