Skip to content

Commit

Permalink
Add Bunkum.Analyzers to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Oct 22, 2023
1 parent 188e37d commit 81b15a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
run: dotnet nuget push Bunkum.Core/bin/Release/Bunkum.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN}
env:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
- name: Upload Bunkum.Analyzers
run: dotnet nuget push Bunkum.Analyzers/bin/Release/Bunkum.Analyzers.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN}
env:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
- name: Upload Bunkum.ProfanityFilter
run: dotnet nuget push Bunkum.ProfanityFilter/bin/Release/Bunkum.ProfanityFilter.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN}
env:
Expand Down

0 comments on commit 81b15a5

Please sign in to comment.