Skip to content

Commit

Permalink
Update publish actions/setup-dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead authored and patriksvensson committed Nov 23, 2024
1 parent e0a7f87 commit 80813e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,15 @@ jobs:
fetch-depth: 0

- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
9.0.x
8.0.x
7.0.x
6.0.x
- name: Publish
shell: bash
run: |
dotnet tool restore
dotnet cake --target="publish" \
--nuget-key="${{secrets.NUGET_API_KEY}}"
--nuget-key="${{secrets.NUGET_API_KEY}}"

0 comments on commit 80813e4

Please sign in to comment.