diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd629d1..7e5ae42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,9 +79,15 @@ jobs: dotnet restore dotnet build --configuration Release --no-restore + - name: Install git-cliff + shell: pwsh + run: | + Invoke-WebRequest -Uri "https://github.com/orhun/git-cliff/releases/download/v2.8.0/git-cliff-2.8.0-x86_64-pc-windows-msvc.zip" -OutFile "git-cliff.zip" + Expand-Archive -Path "git-cliff.zip" -DestinationPath "." + $env:Path += ";$PWD" + - name: Publish run: | - winget install git-cliff ./tool/generate-changelog.ps1 dotnet publish -c Release -o out diff --git a/CRSim/CRSim.csproj b/CRSim/CRSim.csproj index 258bb29..d5acfd3 100644 --- a/CRSim/CRSim.csproj +++ b/CRSim/CRSim.csproj @@ -9,7 +9,7 @@ 13.0 CRSim.App Assets\CRSimIcon.ico - 2.2.1.1 + 2.2.1.2