Skip to content

Commit d0121dc

Browse files
committed
Remove cargo version step from CI
1 parent 7826b3f commit d0121dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/rust_ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
- name: Trim binary
4444
run: espflash save-image --chip esp32s3 target/xtensa-esp32s3-espidf/release/esp-pulser esp-pulser
4545

46-
- name: Get version from Cargo.toml
47-
id: get_version
48-
run: echo "VERSION=$(grep '^version =' Cargo.toml | sed -E 's/version = \"([^\"]+)\"/\1/')" >> $GITHUB_ENV
49-
5046
- name: Release
5147
uses: softprops/action-gh-release@v2
5248
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)