Skip to content

Commit

Permalink
Add missing dotnet versions to CI [NugetDeploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Dec 15, 2023
1 parent 00630a3 commit 8f0ed3f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nuget_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
if: contains(github.event.head_commit.message, '[NugetDeploy]')
steps:
- name: Setup dotnet
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8f0ed3f

Please sign in to comment.