Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set commit author? #419

Open
OfficialCRUGG opened this issue Feb 11, 2023 · 1 comment
Open

How to set commit author? #419

OfficialCRUGG opened this issue Feb 11, 2023 · 1 comment

Comments

@OfficialCRUGG
Copy link

Hey there,

I am having trouble setting the actual commit author account.

My GitHub Workflow Step is set up like this:

- name: Release
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
    NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
    GIT_AUTOR_NAME: "BlazingWorks CI"
    GIT_AUTOR_EMAIL: "hey@blazing.works"
    GIT_COMMITTER_NAME: "BlazingWorks CI"
    GIT_COMMITTER_EMAIL: "hey@blazing.works"
  run: pnpm semantic-release

The commits created through this look like this:

image

@travi
Copy link
Member

travi commented Feb 11, 2023

You've misspelled AUTHOR as AUTOR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants