We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb87ced commit 3e6f77eCopy full SHA for 3e6f77e
1 file changed
.github/workflows/push-master.yml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
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
+ run: dotnet nuget push bin\FSharp.Data.*.nupkg -s https://www.nuget.org/api/v2/package -k ${{ steps.login.outputs.NUGET_API_KEY }} --skip-duplicate
46
47
# Trusted publishing uses NuGet OIDC
48
# See: https://learn.microsoft.com/nuget/nuget-org/publish-a-package#trusted-publishing
0 commit comments