Skip to content

Commit

Permalink
pipleine fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaj committed Jan 29, 2022
1 parent edcf5ad commit 22b7898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
- name: Setup .NET Core 5.0
- name: Setup .NET Core 6.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
dotnet-version: '6.0.x'
- name: Pack NuGet
uses: brandedoutcast/publish-nuget@v2.5.5
with:
Expand Down

0 comments on commit 22b7898

Please sign in to comment.