We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a245939 commit ee46787Copy full SHA for ee46787
.github/workflows/release-drafter.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set Cargo.toml version
31
run: |
32
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
+ sed -i "s/.version.*/.version(\"${{ steps.version.outputs.version }}\")/g" src/bin.rs
34
# github actions email from here: https://github.community/t/github-actions-bot-email-address/17204
35
- name: Commit changes
36
0 commit comments