Skip to content

Commit

Permalink
fix CI warning
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-nef committed Apr 25, 2024
1 parent 20e7621 commit ee6bb9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '2.1.x'
include-prerelease: true
- name: Restore
run: dotnet restore
- name: Build with dotnet
Expand All @@ -39,6 +38,5 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '2.1.x'
include-prerelease: true
- 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 ee6bb9a

Please sign in to comment.