mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-06 09:16:25 +08:00
ci: 修复自动发布 [skip cliff]
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<LangVersion>13.0</LangVersion>
|
||||
<StartupObject>CRSim.App</StartupObject>
|
||||
<ApplicationIcon>Assets\CRSimIcon.ico</ApplicationIcon>
|
||||
<Version>2.2.1.0</Version>
|
||||
<Version>2.2.1.1</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user