From 083c7a547cb75798893ceddcad59361a85086db5 Mon Sep 17 00:00:00 2001 From: Arpita Patel Date: Fri, 26 May 2023 15:23:46 -0500 Subject: [PATCH] Update ci_pipeline.yml --- .github/workflows/ci_pipeline.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index dd1ebd9..2d5196c 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -68,6 +68,3 @@ jobs: release_name: Release v${{steps.version.outputs.VERSION}} draft: false prerelease: false - - - name: Get release tag - run: echo "Release tag:${{ steps.create_release.outputs.tag }}"