We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e92619 commit 95449bfCopy full SHA for 95449bf
.github/workflows/nuget-publish.yml
@@ -62,16 +62,5 @@ jobs:
62
if: matrix.dotnet-version == '9.x'
63
run: dotnet pack --configuration Release --no-build --output ./nupkg
64
65
- - name: Nuget Login (OIDC + temp API Key)
66
- if: matrix.dotnet-version == '9.x'
67
- uses: Nuget/login@v1
68
- id: login
69
- with:
70
- user: ${{secrets.NUGET_USER}}
71
-
72
- - name: Nuget push
73
74
- run: dotnet nuget push nupkg/*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
75
76
- name: Done
77
run: echo "Package published successfully!"
0 commit comments