diff --git a/publish.sh b/publish.sh index b8428d8..01762a4 100755 --- a/publish.sh +++ b/publish.sh @@ -7,5 +7,8 @@ then exit 1 fi -dotnet nuget add source -n QUIK -u themixedupstuff -p "$QUIK_API_KEY" https://git.mixedup.dev/api/packages/QUIK/nuget/index.json +dotnet nuget add source \ + -n QUIK -u themixedupstuff -p "$QUIK_API_KEY" \ + --store-password-in-clear-text \ + https://git.mixedup.dev/api/packages/QUIK/nuget/index.json dotnet nuget push -s QUIK bin/*/*.nupkg