Skip to content

Commit

Permalink
📦 Fix packing for analyzers (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
heytherewill authored Sep 17, 2023
1 parent ff465ac commit d1ea741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:

- name: Pack and push
run: |
dotnet build -c Release
dotnet pack -c Release
dotnet nuget push ./src/**/bin/Release/Murder.Bang.*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${NUGET_TOKEN}
env:
Expand Down

0 comments on commit d1ea741

Please # to comment.