Skip to content

Commit

Permalink
Fixed github package upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-brutsky committed Jun 27, 2024
1 parent 64c8673 commit 2987dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ publish-nuget: check-version check-secrets
dotnet nuget push MiHomeLib/bin/Release/MiHomeLib.${v}.nupkg --api-key $(NUGET_SECRET) --source https://api.nuget.org/v3/index.json

publish-github: check-version check-secrets
dotnet nuget push MiHomeLib/bin/Release/MiHomeLib.${v}.nupkg --api-key $(GITHUB_SECRET) --source "github"
dotnet nuget push MiHomeLib/bin/Release/MiHomeLib.${v}.nupkg --api-key $(GITHUB_SECRET) --source https://nuget.pkg.github.com/sergey-brutsky/index.json

check-version:
ifndef v
Expand Down

0 comments on commit 2987dd8

Please sign in to comment.