Skip to content

Commit 3e6f77e

Browse files
committed
updat CI
1 parent fb87ced commit 3e6f77e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
user: dsyme
4444
- 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
45+
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
4646

4747
# Trusted publishing uses NuGet OIDC
4848
# See: https://learn.microsoft.com/nuget/nuget-org/publish-a-package#trusted-publishing

0 commit comments

Comments
 (0)