Skip to content

Commit

Permalink
Pack instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
boma96 committed Oct 29, 2024
1 parent df364c3 commit 7a73607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
dotnet-version: "6.x.x"
- run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/codaxy/index.json"
- run: dotnet build src/6.0-JsonMergePatch.NewtonsoftJson --configuration Release
- run: dotnet pack src/6.0-JsonMergePatch.NewtonsoftJson --configuration Release
# - run: dotnet test src/CxoTemplatedApis.sln --configuration Release
- run: dotnet nuget push src/6.0-JsonMergePatch.NewtonsoftJson/bin/Release/*.nupkg --skip-duplicate --source github --api-key ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7a73607

Please sign in to comment.