Skip to content

Commit

Permalink
πŸ’š Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-mathon committed Jan 9, 2023
1 parent 9ec3f41 commit a31f368
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v2
with:
dotnet-version: 3.1.x
dotnet-version: |
3.x
5.x
6.x
- name: Publish Criteo.OpenApi.Comparator to NuGet
id: publish_package_nuget
uses: brandedoutcast/publish-nuget@v2
Expand Down
File renamed without changes.

0 comments on commit a31f368

Please sign in to comment.