Skip to content

Commit b367fca

Browse files
committed
release.yml: use krystianduma as NuGet/login user
The NuGet trusted publishing token exchange requires the username of the policy creator (the nuget.org login that created the policy), not the policy-owner organization. krystianduma created the policy under the KDuma organization.
1 parent a93440e commit b367fca

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
@@ -185,7 +185,7 @@ jobs:
185185
if: needs.resolve.outputs.dry_run != 'true'
186186
uses: NuGet/login@v1
187187
with:
188-
user: kduma
188+
user: krystianduma
189189
- name: dotnet nuget push
190190
if: needs.resolve.outputs.dry_run != 'true'
191191
run: |

0 commit comments

Comments
 (0)