Skip to content

Commit

Permalink
Checkout branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Nov 25, 2023
1 parent 9fdd83b commit b9e0681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
sed -i "s/version = .*/version = '${tag_name}'/" pyproject.toml
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git checkout -b main
git add pyproject.toml
git commit -m "Update version to ${tag_name}"
git push

0 comments on commit b9e0681

Please sign in to comment.