Skip to content

Commit 5f9163a

Browse files
committed
Changed find and replace
1 parent 9e34701 commit 5f9163a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,8 @@ jobs:
7373
id: version_check
7474

7575
- name: Find and Replace
76-
uses: shitiomatic/str-replace@master
77-
with:
78-
find: ${version}
79-
replace: ${version}-beta
80-
include: "Cargo.toml"
76+
runs-on: ubuntu-latest
77+
run: sed -i -e 's/${version}/${version}-beta/g' Cargo.tml
8178

8279
- name: Publish Release
8380
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)