Skip to content

Commit 8223c1a

Browse files
committed
Explicit nuget username for trusted publishing policy creator
1 parent 4fd028e commit 8223c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: NuGet/login@v1
4444
id: login
4545
with:
46-
user: ${{ github.repository_owner }}
46+
user: HappyEntity
4747

4848
- name: Push to NuGet.org
4949
run: dotnet nuget push ./dist/*.nupkg --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)