diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index f40df9f1d..5d5583f3c 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -120,7 +120,6 @@ jobs: - name: Publish to NuGet run: | - dotnet nuget push "JotunnLib/bin/Release/*.nupkg" -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate dotnet nuget push "JotunnLib/bin/Debug/*.nupkg" -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate - name: Create GH Release diff --git a/JotunnLib/JotunnLib.csproj b/JotunnLib/JotunnLib.csproj index aeadc43cb..b7a60647d 100644 --- a/JotunnLib/JotunnLib.csproj +++ b/JotunnLib/JotunnLib.csproj @@ -5,6 +5,8 @@ JotunnLib 8.0 true + JotunnLib + Jötunn (/ˈjɔːtʊn/, "giant") is a modding library for Valheim, with the goal of making the lives of mod developers easier. Valheim-Modding team https://github.com/Valheim-Modding/ images\JVL_Logo_128x128.png @@ -19,14 +21,6 @@ Jotunn false - - JotunnLib - Jötunn (/ˈjɔːtʊn/, "giant") is a modding library for Valheim, with the goal of making the lives of mod developers easier. - - - JotunnLib.Debug - Jötunn (/ˈjɔːtʊn/, "giant") is a modding library for Valheim, with the goal of making the lives of mod developers easier. The debug version has additional developer QoL additions implemented. -