diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e828dc5..fd629d1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -68,9 +68,6 @@ jobs:
with:
dotnet-version: '9.0.x'
- - name: Set up git-cliff
- uses: kenji-miyake/setup-git-cliff@v1
-
- name: Add GitHub Package Source
env:
GHPKG_KEY: ${{ secrets.GHPKG_KEY }}
@@ -84,6 +81,7 @@ jobs:
- 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 2023e62..258bb29 100644
--- a/CRSim/CRSim.csproj
+++ b/CRSim/CRSim.csproj
@@ -9,7 +9,7 @@
13.0
CRSim.App
Assets\CRSimIcon.ico
- 2.2.1.0
+ 2.2.1.1