diff --git a/.github/workflows/dotnet-main.yml b/.github/workflows/dotnet-main.yml index 0f98f568d..7a8400586 100644 --- a/.github/workflows/dotnet-main.yml +++ b/.github/workflows/dotnet-main.yml @@ -164,6 +164,7 @@ jobs: # Change this label name to whatever you use to skip publishing. SKIP_PUBLISH_LABEL: skip-nuget-publish steps: + - name: Check for Skip Publish Label id: check env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}