Skip to content

Commit 9e34701

Browse files
committed
Merge branch 'develop' into staging
2 parents f6c784c + b343c51 commit 9e34701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
- name: Find and Replace
7676
uses: shitiomatic/str-replace@master
7777
with:
78-
find: "${version}"
79-
replace: "${version}-beta"
78+
find: ${version}
79+
replace: ${version}-beta
8080
include: "Cargo.toml"
8181

8282
- name: Publish Release

0 commit comments

Comments
 (0)