Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18047f0 commit 788aa6aCopy full SHA for 788aa6a
.github/workflows/dotnet-nuget-build.yml
@@ -88,11 +88,13 @@ jobs:
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89
90
- name: Setup .NET SDK
91
+ if: always()
92
uses: actions/setup-dotnet@v4
93
with:
94
global-json-file: ./global.json
95
96
- name: Publish package
97
98
run: dotnet nuget push ${{github.workspace}}/artifacts/nuget-packages/*.nupkg
99
--source https://api.nuget.org/v3/index.json
100
--api-key ${{ secrets.NUGET_API_KEY }}
0 commit comments