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