Skip to content

Commit

Permalink
Change package type to public
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Larine authored Feb 14, 2024
1 parent add6cb4 commit c95774e
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 c95774e

Please sign in to comment.