Skip to content

Commit

Permalink
sed in-file substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Mar 8, 2024
1 parent afeb24b commit a860056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_release.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
git checkout -b $new_branch
# update the README
cat README.md | sed -e "s:${latest_this_tag}:${latest_vroom_tag}:g" > README.md
sed -i "s/v1.14.0/v1.15.0/g" README.md
# commit and push
git commit -am "release ${latest_vroom_tag}"
Expand Down

0 comments on commit a860056

Please sign in to comment.