Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
horde-lord authored Jun 23, 2024
1 parent 14cf671 commit 1e5696a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ jobs:
run: dotnet build --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Create NuGet package
run: dotnet pack Core/Core.csproj --configuration Release --output nupkg -p:PackageId=Horde.Core -p:PackageVersion=1.0.1
- name: Publish
run: dotnet nuget push nupkg/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json


0 comments on commit 1e5696a

Please sign in to comment.