diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5bceb58..b8bb011 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
with:
dotnet-version: '5.0.x' # SDK Version to use.
- name: Pack
- run: dotnet pack --output pkg
+ run: dotnet pack -c Release --output pkg
- name: Publish the package to GPR
run: dotnet nuget push pkg/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/scorpdx/index.json --skip-duplicate
- name: Publish the package to NuGet
diff --git a/src/LibCK3.Tokens.csproj b/src/LibCK3.Tokens.csproj
index 10d7af4..bc1d7fa 100644
--- a/src/LibCK3.Tokens.csproj
+++ b/src/LibCK3.Tokens.csproj
@@ -10,7 +10,7 @@
https://github.com/scorpdx/LibCK3.Tokens
true
true
- 1.4.4.1
+ 1.4.4.2
true
true