Skip to content

Commit 121b307

Browse files
committed
Added version =
1 parent e864fca commit 121b307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
id: version_check
7474

7575
- name: Find and Replace
76-
run: sed -i -e 's/"${{ steps.version_check.outputs.rawVersion }}"/"${{ steps.version_check.outputs.rawVersion }}-beta"/g' Cargo.toml
76+
run: sed -i -e 's/version = "${{ steps.version_check.outputs.rawVersion }}"/version = "${{ steps.version_check.outputs.rawVersion }}-beta"/g' Cargo.toml
7777

7878
- name: Publish Release
7979
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)