Skip to content

Commit ee46787

Browse files
authored
Fix version replacement (#19)
1 parent a245939 commit ee46787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set Cargo.toml version
3131
run: |
3232
sed -i "s/^version = .*/version = \"${{ steps.version.outputs.version }}\"/g" Cargo.toml
33-
sed -i "s/.version\(".*\)/.version(\"${{ steps.version.outputs.version }}\")/g" src/bin.rs
33+
sed -i "s/.version.*/.version(\"${{ steps.version.outputs.version }}\")/g" src/bin.rs
3434
# github actions email from here: https://github.community/t/github-actions-bot-email-address/17204
3535
- name: Commit changes
3636
run: |

0 commit comments

Comments
 (0)