Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into test/new-stake
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-doobu committed Jan 2, 2025
2 parents f37367b + bfcfe43 commit 40d8848
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 40d8848

Please sign in to comment.