Skip to content

Commit

Permalink
fix: ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli authored Dec 31, 2024
1 parent e5a9270 commit f5dee2d
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 @@ -35,10 +35,10 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

- uses: nuget/setup-nuget@v2
- uses: nuget/setup-nuget@v1
name: Setup NuGet
with:
nuget-version: '5.x'
nuget-version: '6.x'

- name: Cache NuGet packages
uses: actions/cache@v4
Expand Down

0 comments on commit f5dee2d

Please sign in to comment.