From c026dd2d8d23b6ffa6722a1e29d0a5301516c476 Mon Sep 17 00:00:00 2001 From: "J. Zebedee" Date: Mon, 12 Jul 2021 04:54:04 +0000 Subject: [PATCH] Release builds (#8) * Update release build action * Add missing release flag to pack * Bump package version to 1.4.4 hotfix 2 --- .github/workflows/release.yml | 2 +- src/LibCK3.Tokens.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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