We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0aef8 commit 89903c7Copy full SHA for 89903c7
1 file changed
.github/workflows/push-master.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: NuGet/login@d22cc5f58ff5b88bf9bd452535b4335137e24544
41
id: login
42
with:
43
- user: fsprojects
+ user: dsyme
44
- name: Publish NuGets (if this version not published before)
45
run: dotnet nuget push bin\FSharp.Data.*.nupkg -s https://www.nuget.org/api/v2/package -k ${{ steps.nuget-login.outputs.NUGET_API_KEY }} --skip-duplicate
46
0 commit comments