diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4c5f96..d3dbddb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,10 +45,10 @@ jobs: - name: (NuGet) Pack Core Library run: dotnet pack GLOKON.Baiters.Core/GLOKON.Baiters.Core.csproj --configuration Release --output nupkgs - - name: (NuGet) Pack Core Library + - name: (NuGet) Pack Godot Interop Library run: dotnet pack GLOKON.Baiters.GodotInterop/GLOKON.Baiters.GodotInterop.csproj --configuration Release --output nupkgs - - name: (NuGet) Publish Core Library + - name: (NuGet) Publish Packages run: dotnet nuget push "nupkgs/*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json - name: Show Version diff --git a/.releaserc.yml b/.releaserc.yml index 28f7adc..5a95626 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -6,6 +6,7 @@ plugins: - replacements: - files: - "GLOKON.Baiters.Core/GLOKON.Baiters.Core.csproj" + - "GLOKON.Baiters.GodotInterop/GLOKON.Baiters.GodotInterop.csproj" - "GLOKON.Baiters.Plugins.ChatCommand/GLOKON.Baiters.Plugins.ChatCommand.csproj" - "GLOKON.Baiters.Server/GLOKON.Baiters.Server.csproj" from: ".*"