Skip to content

Commit

Permalink
ci: update release action user and email (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
HKuz authored Sep 11, 2023
1 parent cedba0f commit 08bc19b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
git_committer_name: AgriTheory
git_committer_email: support@agritheory.dev
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "beam"
authors = [
{ name = "AgriTheory", email = "support@agritheory.com"}
{ name = "AgriTheory", email = "support@agritheory.dev"}
]
description = "Barcode Scanning for ERPNext"
requires-python = ">=3.10"
Expand Down

0 comments on commit 08bc19b

Please sign in to comment.