File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,16 @@ jobs:
8585 - name : Install Dependencies
8686 run : poetry install
8787 shell : bash
88+ - name : Configure Git
89+ run : |
90+ git config user.name "github-actions"
91+ git config user.email "actions@users.noreply.github.com"
92+ git remote set-url origin https://${{ secrets.GH_TOKEN }}@github.com/humbertogontijo/python-roborock.git
8893 - name : Python Semantic Release
8994 id : release
9095 uses : python-semantic-release/python-semantic-release@v9.14.0
9196 with :
9297 github_token : ${{ secrets.GH_TOKEN }}
93- git_committer_name : " github-actions"
94- git_committer_email : " actions@users.noreply.github.com"
9598
9699 - name : Publish package distributions to PyPI
97100 uses : pypa/gh-action-pypi-publish@v1.12.2
You can’t perform that action at this time.
0 commit comments