Use unencrypted storage for the key because Nuget is nuget.
All checks were successful
Build / build (push) Successful in 1m2s

This commit is contained in:
H. Utku Maden 2024-03-23 11:36:16 +03:00
parent 2883c7faf8
commit ab1cfe9243

@ -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