Skip to content

Commit

Permalink
Merge pull request #3103 from sky1045/nuget/Lib9c.Policy
Browse files Browse the repository at this point in the history
Publish Lib9c.Policy project to nuget
  • Loading branch information
sky1045 authored Dec 26, 2024
2 parents 7eafdd2 + 303f77b commit d4bffc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.event_name != 'pull_request'
run: |
if [[ "$NUGET_API_KEY" != "" ]]; then
for project in Lib9c Lib9c.Abstractions Lib9c.MessagePack Lib9c.Renderers
for project in Lib9c Lib9c.Abstractions Lib9c.MessagePack Lib9c.Renderers Lib9c.Policy
do
dotnet nuget push ./$project/.bin/Lib9c.*.nupkg \
--api-key "$NUGET_API_KEY" \
Expand Down

0 comments on commit d4bffc3

Please sign in to comment.