From cc04ecda647da62097f75d19c3efbf150660c8cb Mon Sep 17 00:00:00 2001 From: Daniel McAssey Date: Fri, 24 Jan 2025 00:20:46 +0000 Subject: [PATCH] fix(server): fix package versioning --- .github/workflows/release.yml | 4 ++-- .releaserc.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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: ".*"