From 3a42702793f82af0778b07372185b0fbd4c608af Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Sat, 6 Jul 2024 09:50:06 +0200 Subject: [PATCH] remove debug print --- .github/workflows/make_release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index 4fd22e892..6d3737388 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -104,11 +104,6 @@ jobs: echo "tag=${TAG}" >> "$GITHUB_ENV" shell: bash - - name: check env - run: | - echo "${{ env.tag }}" - shell: bash - - name: Create Release uses: "softprops/action-gh-release@v2" if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')