diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e7b2b6..6298d05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,10 +18,7 @@ jobs: with: dotnet-version: 8.0.x - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 - ref: release + uses: actions/checkout@v4 - name: Build run: dotnet build ${{env.PROJECT_NAME}} -c Release - name: Publish