Skip to content

Commit

Permalink
build: add dotnet setup before nuke push
Browse files Browse the repository at this point in the history
  • Loading branch information
loekensgard committed Nov 16, 2023
1 parent 93a327f commit 9833a82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Publish.yml
Expand Up @@ -36,6 +36,10 @@ jobs:
.nuke/temp
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: 'Run: Push'
run: ./build.cmd Push
env:
Expand Down

0 comments on commit 9833a82

Please sign in to comment.