Fix typo in publish.sh.
All checks were successful
Build / build (push) Successful in 1m18s

This commit is contained in:
H. Utku Maden 2024-06-14 18:51:16 +03:00
parent 9dcd5e56fa
commit 03ac61a4d2

@ -24,4 +24,4 @@ dotnet nuget add source \
-n ReFuel -u "$NUGET_USER_NAME" -p "$REFUEL_API_KEY" \ -n ReFuel -u "$NUGET_USER_NAME" -p "$REFUEL_API_KEY" \
--store-password-in-clear-text \ --store-password-in-clear-text \
"$NUGET_INDEX" "$NUGET_INDEX"
dotnet nuget push -s ReFeul bin/*/*.nupkg dotnet nuget push -s ReFuel bin/*/*.nupkg