Skip to content

Commit

Permalink
更新 nuget-publish.yml 中的 Checkout 和 Setup .NET 步骤
Browse files Browse the repository at this point in the history
移除了 Checkout repository 步骤的 fetch-depth 参数。
更新 Setup .NET 步骤为 actions/setup-dotnet@v4,指定 dotnet-version 为 8.0.x。
  • Loading branch information
bit365 committed Nov 29, 2024
1 parent 8c142eb commit b70c70e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup .NET 8.x
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit b70c70e

Please sign in to comment.