Skip to content

Commit

Permalink
add with commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Mar 8, 2024
1 parent f2507ee commit afeb24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
fi
echo "New Vroom release available: ${latest_vroom_tag}"
new_branch="gha-bump-vroom-${latest_vroom_tag}"
new_branch="gha-vroom-release-${latest_vroom_tag}"
git checkout -b $new_branch
# update the README
cat README.md | sed -e "s:${latest_this_tag}:${latest_vroom_tag}:g" > README.md
# commit and push
git commit -m "release ${latest_vroom_tag}"
git commit -am "release ${latest_vroom_tag}"
git push origin "${new_branch}"
# open new PR
Expand Down

0 comments on commit afeb24b

Please sign in to comment.