Skip to content

Commit

Permalink
Publish Lib9c.Plugin.Shared to nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
sky1045 committed Jan 2, 2025
1 parent 62b074d commit 99dba94
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 Lib9c.Policy
for project in Lib9c Lib9c.Abstractions Lib9c.MessagePack Lib9c.Renderers Lib9c.Policy .Lib9c.Plugin.Shared
do
dotnet nuget push ./$project/.bin/Lib9c.*.nupkg \
--api-key "$NUGET_API_KEY" \
Expand Down

0 comments on commit 99dba94

Please sign in to comment.