From 9984d9165973e833785fbf0b47602f71f121844d Mon Sep 17 00:00:00 2001 From: nilsnolde Date: Fri, 8 Mar 2024 22:42:01 +0100 Subject: [PATCH] oops forgot to replace the testing stuff --- .github/workflows/check_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_release.yml b/.github/workflows/check_release.yml index 0c377ff..f1bd1ac 100644 --- a/.github/workflows/check_release.yml +++ b/.github/workflows/check_release.yml @@ -36,7 +36,7 @@ jobs: git checkout -b $new_branch # update the README - sed -i "s/v1.14.0/v1.15.0/g" README.md + sed -i "s/${latest_this_tag}/${latest_vroom_tag}/g" README.md # commit and push git commit -am "release ${latest_vroom_tag}"