We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2ad7f commit 9b5aaceCopy full SHA for 9b5aace
1 file changed
.github/workflows/push-master.yml
@@ -35,11 +35,12 @@ jobs:
35
force_orphan: true
36
- name: Examine bin
37
run: ls -r bin
38
- - name: Login to NuGet.org (trusted publishing)
39
- uses: NuGet/login@v1
40
- id: nuget-login
+ - name: Obtain NuGet key
+ # this hash is v1.1.0
+ uses: NuGet/login@d22cc5f58ff5b88bf9bd452535b4335137e24544
41
+ id: login
42
with:
- organization: fsprojects
43
+ user: fsprojects
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