Skip to content

Commit

Permalink
Update on_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Nov 25, 2023
1 parent 42c8aab commit e87c840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +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 add pyproject.toml
git add ./pyproject.toml
git commit -m "Update version to ${tag_name}"
- name: Push changes
uses: ad-m/[email protected]
Expand Down

0 comments on commit e87c840

Please sign in to comment.