Skip to content

Commit

Permalink
Merge branch 'main' into test-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RainOrigami committed Sep 8, 2023
2 parents 2d2cc1d + 281558a commit e9a964a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up .NET Core
uses: actions/[email protected]
with:
dotnet-version: 6.x
dotnet-version: 6

- name: NuGet Restore
run: dotnet restore
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Set up .NET Core
uses: actions/[email protected]
with:
dotnet-version: 6.x
dotnet-version: 6

- name: Build project and check for errors on non-main branch commits
run: |
Expand Down

0 comments on commit e9a964a

Please sign in to comment.