Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Larine committed Feb 14, 2024
2 parents d2814dd + c95774e commit cf825d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_main_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration release /p:GeneratePackageOnBuild=true /p:PublicRelease=false
run: dotnet build --no-restore --configuration release /p:GeneratePackageOnBuild=true /p:PublicRelease=true
- name: Publish package to Nuget.org
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY_GITHUB_CD_WINAPI }} --source https://api.nuget.org/v3/index.json

0 comments on commit cf825d4

Please sign in to comment.