diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5249659..ade5e70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index a9413ef..6c1eb05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) \ No newline at end of file diff --git a/package.json b/package.json index 68ef5ea..6eab1d7 100644 --- a/package.json +++ b/package.json @@ -11,4 +11,4 @@ "path": "node_modules/cz-git" } } -} +} \ No newline at end of file