Skip to content

Commit

Permalink
i guess we do need to use this bizarre git user
Browse files Browse the repository at this point in the history
  • Loading branch information
alexqfredrickson committed May 6, 2024
1 parent 43193c1 commit c72da51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/version-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
NEW_VERSION=${{ github.event.inputs.new-version }}
sed -i "s/^version\s*=.*/version = \"$NEW_VERSION\"/" pyproject.toml
cat pyproject.toml
# uhh https://github.com/marketplace/actions/checkout#Push-a-commit-using-the-built-in-token
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "updated pyproject.toml version"
git push
Expand Down

0 comments on commit c72da51

Please sign in to comment.