Skip to content

Commit

Permalink
set to release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgroves committed Dec 12, 2023
1 parent 5480403 commit fb9d911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmsprinkle_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
run: dotnet restore CMSprinkle/CMSprinkle.csproj

- name: Build
run: dotnet build --no-restore CMSprinkle/CMSprinkle.csproj
run: dotnet build --no-restore -c Release -v d CMSprinkle/CMSprinkle.csproj

- name: Pack
run: dotnet pack --no-build --output nupkgs CMSprinkle/CMSprinkle.csproj
run: dotnet pack --no-build -c Release -v d --output nupkgs CMSprinkle/CMSprinkle.csproj

- name: Publish
run: dotnet nuget push nupkgs/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 comments on commit fb9d911

Please sign in to comment.