diff --git a/.github/workflows/update_version_pr.yml b/.github/workflows/update_version_pr.yml index 7621be4b..6f650aa2 100644 --- a/.github/workflows/update_version_pr.yml +++ b/.github/workflows/update_version_pr.yml @@ -69,5 +69,5 @@ jobs: commit-message: ":tada: chore(version): Update version to ${{ steps.update_version.outputs.new_version }}" add-paths: __version__ author: "AkashiCoin " - committer: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>" + committer: "${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>" labels: automated-update