Skip to content

Commit

Permalink
fix(server): fix package versioning
Browse files Browse the repository at this point in the history
DanielMcAssey committed Jan 24, 2025
1 parent 28c1dd8 commit cc04ecd
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -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: "<AssemblyVersion>.*</AssemblyVersion>"

0 comments on commit cc04ecd

Please sign in to comment.