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 fcf6dda commit 14cf671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- 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
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 14cf671

Please sign in to comment.