Skip to content

Commit

Permalink
bump dotnet in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-nef committed Apr 25, 2024
1 parent 1224bf5 commit d410f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '2.2.x'
dotnet-version: '8.0.x'
- name: Restore
run: dotnet restore
- name: Build with dotnet
Expand All @@ -37,6 +37,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '2.2.x'
dotnet-version: '8.0.x'
- name: Publish the library
run: dotnet nuget push artifact/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} -n --skip-duplicate

0 comments on commit d410f0d

Please sign in to comment.