Skip to content

Commit d6e25ab

Browse files
marius-bughiuclaude
andcommitted
Fix NuGet trusted-publishing user (marius.bughiu, not marius-bughiu)
The NuGet.org username is marius.bughiu (dot, not dash). The first trusted-publishing run failed with HTTP 401 / "No matching trust policy owned by user 'marius-bughiu' was found" because I picked up the GitHub username instead of asking. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 63e8e04 commit d6e25ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
id: nuget-login
7474
uses: NuGet/login@v1
7575
with:
76-
user: marius-bughiu
76+
user: marius.bughiu
7777

7878
- name: Publish NuGet package
7979
run: |

0 commit comments

Comments
 (0)