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 b96a379 commit bc7d162Copy full SHA for bc7d162
.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
73
id: version_check
74
75
- name: Find and Replace
76
- run: sed -i -e 's/version = "${{ version }}"/version = "${{ version }}-beta"/g' Cargo.toml
+ run: sed -i -e 's/"${{ version }}"/"${{ version }}-beta"/g' Cargo.toml
77
78
- name: Publish Release
79
uses: actions-rs/cargo@v1
0 commit comments