Skip to content

Commit e864fca

Browse files
committed
Changed version to steps value
1 parent bc7d162 commit e864fca

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/"${{ version }}"/"${{ version }}-beta"/g' Cargo.toml
76+
run: sed -i -e 's/"${{ steps.version_check.outputs.rawVersion }}"/"${{ 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)