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 bc7d162 commit e864fcaCopy full SHA for e864fca
.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 }}-beta"/g' Cargo.toml
+ run: sed -i -e 's/"${{ steps.version_check.outputs.rawVersion }}"/"${{ steps.version_check.outputs.rawVersion }}-beta"/g' Cargo.toml
77
78
- name: Publish Release
79
uses: actions-rs/cargo@v1
0 commit comments