Skip to content

Commit

Permalink
tweak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simontreanor committed Nov 19, 2024
1 parent b88000a commit 0da10a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
- name: Build
run: dotnet build -c Release

- name: Pack
run: dotnet pack -c Release --no-build --output .

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

Expand Down

0 comments on commit 0da10a4

Please sign in to comment.