diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml
index 5d82c23..222edee 100644
--- a/.gitea/workflows/release.yaml
+++ b/.gitea/workflows/release.yaml
@@ -58,6 +58,7 @@ jobs:
run: |
cd RaiNote.PacketMediator
dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://forge.rainote.dev/api/packages/rainote/nuget/index.json
+ dotnet nuget push "*.snupkg" --api-key ${{secrets.nuget_api_key}} --source https://forge.rainote.dev/api/packages/rainote/nuget/index.json
generate-licences:
needs: [ build, preprocess ]
diff --git a/RaiNote.PacketMediator/RaiNote.PacketMediator.csproj b/RaiNote.PacketMediator/RaiNote.PacketMediator.csproj
index bc84f10..fc6427c 100644
--- a/RaiNote.PacketMediator/RaiNote.PacketMediator.csproj
+++ b/RaiNote.PacketMediator/RaiNote.PacketMediator.csproj
@@ -6,7 +6,7 @@