We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b5e12 commit 5536b69Copy full SHA for 5536b69
1 file changed
.github/workflows/release.yml
@@ -52,9 +52,10 @@ jobs:
52
sudo apt-get install -y libx11-dev libxcursor-dev libxinerama-dev libxi-dev libgl1-mesa-dev libfontconfig1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libwayland-dev libxkbcommon-dev
53
54
- name: Set version
55
+ shell: bash
56
run: |
57
VERSION="${{ github.event.inputs.version }}"
- sed -i "s/^version = \"0.0.0-dev\"/version = \"$VERSION\"/" Cargo.toml
58
+ sed -i "" "s/^version = \"0.0.0-dev\"/version = \"$VERSION\"/" Cargo.toml
59
60
- name: Build Release
61
run: cargo build --release
0 commit comments