Skip to content

Commit 95449bf

Browse files
authored
Update nuget-publish.yml
1 parent 2e92619 commit 95449bf

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,5 @@ jobs:
6262
if: matrix.dotnet-version == '9.x'
6363
run: dotnet pack --configuration Release --no-build --output ./nupkg
6464

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-
if: matrix.dotnet-version == '9.x'
74-
run: dotnet nuget push nupkg/*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
75-
7665
- name: Done
7766
run: echo "Package published successfully!"

0 commit comments

Comments
 (0)