From 3258b09fb8e9c12e9e76862c4bb9e0e6520be390 Mon Sep 17 00:00:00 2001 From: Dave-Barcelo Date: Wed, 10 Jan 2024 08:34:56 -0500 Subject: [PATCH] update... --- .github/workflows/check-for-release-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-for-release-tag.yml b/.github/workflows/check-for-release-tag.yml index 8ab1e308..918f957d 100644 --- a/.github/workflows/check-for-release-tag.yml +++ b/.github/workflows/check-for-release-tag.yml @@ -23,7 +23,7 @@ jobs: uses: actions-ecosystem/action-release-label@v1.2.0 id: release-label - - run: echo "Release labels has skip: ${{ github.event.pull_request.labels }}" + #- run: echo "Release labels has skip: ${{ github.event.pull_request.labels }}" - run: echo "Release level is ${{ steps.release-label.outputs.level }}"