We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7826b3f commit d0121dcCopy full SHA for d0121dc
.github/workflows/rust_ci.yml
@@ -43,10 +43,6 @@ jobs:
43
- name: Trim binary
44
run: espflash save-image --chip esp32s3 target/xtensa-esp32s3-espidf/release/esp-pulser esp-pulser
45
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
-
50
- name: Release
51
uses: softprops/action-gh-release@v2
52
if: startsWith(github.ref, 'refs/tags/')
0 commit comments