From 197ef76452b19a7b5b737fffa3e9f5a1472b5df8 Mon Sep 17 00:00:00 2001 From: David Pine Date: Fri, 14 Feb 2025 12:06:04 -0600 Subject: [PATCH] Try renaming checkName --- .github/workflows/release-nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-nuget.yml b/.github/workflows/release-nuget.yml index cdcfc33..fd6fea7 100644 --- a/.github/workflows/release-nuget.yml +++ b/.github/workflows/release-nuget.yml @@ -13,7 +13,7 @@ jobs: uses: fountainhead/action-wait-for-check@v1.2.0 with: token: ${{ secrets.GITHUB_TOKEN }} - checkName: build + checkName: "Build .NET" publish: runs-on: ubuntu-latest