Skip to content

fix: configure Git user identity before Nebula version bump (#470) - #482

Merged
leandrumartin merged 2 commits into
oss-slu:developfrom
sakshar2303:fix/470-git-user-config-in-build-and-release
May 24, 2026
Merged

fix: configure Git user identity before Nebula version bump (#470)#482
leandrumartin merged 2 commits into
oss-slu:developfrom
sakshar2303:fix/470-git-user-config-in-build-and-release

Conversation

@sakshar2303

Copy link
Copy Markdown
Contributor

Summary

Fixes #470

Root Cause

The ./gradlew final (Nebula release plugin) creates a Git commit and
tag to bump the version. The GitHub Actions runner has no default Git
identity, so the step failed with:

Git user.name is not set. Please configure git user.name globally,
locally or system wide.

Changes in build-reusable.yml

  • Added Configure Git user step before Bump version (nebula final)
    that sets user.name and user.email to the standard
    github-actions[bot] identity
  • Changed permissions.contents from read to write so the runner
    can push the version bump commit and tag back to the repo

@CLAassistant

CLAassistant commented Apr 11, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@leandrumartin

Copy link
Copy Markdown
Collaborator

Thank you for your contribution!

@leandrumartin
leandrumartin merged commit 0891e1e into oss-slu:develop May 24, 2026
4 checks passed
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

Successfully merging this pull request may close these issues.

No Git user.name set in build-and-release.yml

3 participants