Skip to content

ci: fix 'empty ident name' when publishing#2482

Merged
tido64 merged 1 commit into
trunkfrom
tido/ci/fix-empty-ident
May 27, 2025
Merged

ci: fix 'empty ident name' when publishing#2482
tido64 merged 1 commit into
trunkfrom
tido/ci/fix-empty-ident

Conversation

@tido64
Copy link
Copy Markdown
Member

@tido64 tido64 commented May 27, 2025

Description

Publishing fails because Git identity has not been set:

NX   Unexpected error when creating tag 4.3.11:


Committer identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <runner@fv-az1[34](https://github.com/microsoft/react-native-test-app/actions/runs/15279298976/job/42974898179#step:7:35)4-429.xkidvujvxjlehivufvm5abktke.cx.internal.cloudapp.net>) not allowed

Pass --verbose to see the stacktrace.

Build log: https://github.com/microsoft/react-native-test-app/actions/runs/15279298976/job/42974898179

Platforms affected

  • Android
  • iOS
  • macOS
  • visionOS
  • Windows

Test plan

This can only be tested on trunk

@tido64 tido64 requested a review from JasonVMo as a code owner May 27, 2025 15:46
@tido64 tido64 requested a review from Saadnajmi May 27, 2025 15:47
@github-actions github-actions Bot added platform: Android This affects Android platform: iOS This affects iOS platform: macOS This affects macOS platform: Windows This affects Windows platform: visionOS labels May 27, 2025
@tido64 tido64 merged commit dd353f5 into trunk May 27, 2025
30 checks passed
@tido64 tido64 deleted the tido/ci/fix-empty-ident branch May 27, 2025 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

platform: Android This affects Android platform: iOS This affects iOS platform: macOS This affects macOS platform: visionOS platform: Windows This affects Windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants