We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: "[email protected]" GIT_COMMITTER_NAME: "BlazingWorks CI" GIT_COMMITTER_EMAIL: "[email protected]" run: pnpm semantic-release
The commits created through this look like this:
The text was updated successfully, but these errors were encountered:
You've misspelled AUTHOR as AUTOR
AUTHOR
AUTOR
Sorry, something went wrong.
No branches or pull requests
Hey there,
I am having trouble setting the actual commit author account.
My GitHub Workflow Step is set up like this:
The commits created through this look like this:
The text was updated successfully, but these errors were encountered: