From 55815489d9848e25d620b518388154b0aedf9097 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Mon, 22 Jan 2024 16:47:38 -0800 Subject: [PATCH] typo Signed-off-by: Sayali Gaikawad --- .github/workflows/release-drafter.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index f028972352d..9d92c186ae7 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -37,13 +37,6 @@ jobs: filename=`ls | grep opensearch-project-opensearch-cluster-cdk` mkdir publish-cluster-cdk && mv $filename publish-cluster-cdk/ tar -cvf artifacts.tar.gz publish-cluster-cdk - - name: untar and check - run: | - pwd - ls -l - tar -zxf artifacts.tar.gz - cd publish-cluster-cdk - ls -l - name: Draft a release uses: softprops/action-gh-release@v1 with: