diff --git a/Polonium.csproj b/Polonium.csproj index e79af31..fcaf97d 100644 --- a/Polonium.csproj +++ b/Polonium.csproj @@ -1,4 +1,4 @@ - + net9.0 diff --git a/publish b/publish index 469a92f..ced244b 100755 --- a/publish +++ b/publish @@ -8,6 +8,6 @@ if [[ -z "$LATEST_PACKAGE" ]]; then exit 1 fi echo "🚀 Pushing NuGet package: $LATEST_PACKAGE" -dotnet nuget push "$LATEST_PACKAGE" --source hangman-lab +dotnet nuget push "$LATEST_PACKAGE" --source hangman-lab --skip-duplicate