Skip to content

fix(cicd): set git identity before creating annotated version tag - #73

Merged
emmanuelknafo merged 1 commit into
mainfrom
feature/72-fix-tag-committer-identity
Jul 22, 2026
Merged

fix(cicd): set git identity before creating annotated version tag#73
emmanuelknafo merged 1 commit into
mainfrom
feature/72-fix-tag-committer-identity

Conversation

@emmanuelknafo

Copy link
Copy Markdown
Contributor

The Create and push semantic version git tag step failed with Committer identity unknown because git tag -a needs a committer identity that GitHub-hosted runners don't set. Configures github-actions[bot] identity before tagging (matching the ADO step).

Closes #72

The tag step used git tag -a but the GitHub runner has no committer identity, failing with 'Committer identity unknown'. Configure github-actions[bot] identity before tagging, matching the ADO step.

Closes #72
@emmanuelknafo
emmanuelknafo requested a review from CalinL as a code owner July 22, 2026 19:30
@emmanuelknafo
emmanuelknafo merged commit 4428e59 into main Jul 22, 2026
@emmanuelknafo
emmanuelknafo deleted the feature/72-fix-tag-committer-identity branch July 22, 2026 19:30
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 4cc599d.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

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.

CI/CD tag step fails with 'Committer identity unknown' on GitHub runner

1 participant