Skip to content

Commit

Permalink
fix(Github): Fixed the publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cdavernas committed Apr 15, 2024
1 parent c827fbb commit 819ab92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- name: Setup
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Restore
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
- name: Setup
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Restore
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 819ab92

Please sign in to comment.