Skip to content

Commit 4aa20ca

Browse files
authored
Update buildandpublish.yml
1 parent 33ff92c commit 4aa20ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/buildandpublish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,4 @@ jobs:
8686
fi
8787
8888
- name: Publish to NuGet.org
89-
if: steps.prerelease.outputs.IS_PRERELEASE == 'true'
90-
run: dotnet nuget push "*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --prerelease
91-
92-
- name: Publish release to NuGet.org
93-
if: steps.prerelease.outputs.IS_PRERELEASE == 'false'
9489
run: dotnet nuget push "*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)