Skip to content

Commit 9833a82

Browse files
committed
build: add dotnet setup before nuke push
1 parent 93a327f commit 9833a82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/Publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
.nuke/temp
3737
~/.nuget/packages
3838
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
39+
- name: Setup dotnet
40+
uses: actions/setup-dotnet@v3
41+
with:
42+
dotnet-version: '8.0.x'
3943
- name: 'Run: Push'
4044
run: ./build.cmd Push
4145
env:

0 commit comments

Comments
 (0)