Skip to content

Commit

Permalink
Update publish-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benvilliere committed Oct 17, 2023
1 parent d5ce5f0 commit 1c20df2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
poetry publish --username __token__
- name: Commit Package Version Update
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
Expand All @@ -69,5 +71,5 @@ jobs:
echo "No changes to commit."
else
git commit -m "Release $RELEASE_VERSION"
git push
git push origin HEAD:main
fi

0 comments on commit 1c20df2

Please sign in to comment.