ci: 🎡 发版流水线脚本

This commit is contained in:
tk 2023-12-14 14:13:23 +08:00
parent f2305e0345
commit 5727cadb47
3 changed files with 2 additions and 7 deletions

View File

@ -14,11 +14,6 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- uses: actions/cache@v3
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
restore-keys: ${{ runner.os }}-nuget
- working-directory: ./src/backend/NSExt
run: dotnet build -c Release
- uses: actions/create-release@v1

View File

@ -8,4 +8,4 @@ All notable changes to this project will be documented in this file. See [standa
### Features
* ++ ([e41652d](https://github.com/nsnail/NSExt/commit/e41652d553beda7a2eb1600da4795e07f4260330))
* 增加一些扩展方法 ([1f26d0f](https://github.com/nsnail/NSExt/commit/1f26d0f28098f7ee98a9a5482096aecd53b85e04))
* 增加一些扩展方法 ([1f26d0f](https://github.com/nsnail/NSExt/commit/1f26d0f28098f7ee98a9a5482096aecd53b85e04))

View File

@ -11,4 +11,4 @@
"path": "node_modules/cz-git"
}
}
}
}