Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 788aa6a

Browse files
authored
Update dotnet-nuget-build.yml
1 parent 18047f0 commit 788aa6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet-nuget-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,13 @@ jobs:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989

9090
- name: Setup .NET SDK
91+
if: always()
9192
uses: actions/setup-dotnet@v4
9293
with:
9394
global-json-file: ./global.json
9495

9596
- name: Publish package
97+
if: always()
9698
run: dotnet nuget push ${{github.workspace}}/artifacts/nuget-packages/*.nupkg
9799
--source https://api.nuget.org/v3/index.json
98100
--api-key ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)