From 6d879affa476481ab606b9f1538fcb0fce417043 Mon Sep 17 00:00:00 2001 From: max furman Date: Mon, 15 Mar 2021 10:42:57 -0700 Subject: [PATCH] [action] remove duplicate step in job --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be59fadd..f547d61d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,15 +29,6 @@ jobs: name: Lint, Test, Build id: lint_test_build run: V=1 make -j1 bootstrap ci - - - name: Is Pre-release - id: is_prerelease - run: | - set +e - echo ${{ github.ref }} | grep "\-rc.*" - OUT=$? - if [ $OUT -eq 0 ]; then IS_PRERELEASE=true; else IS_PRERELEASE=false; fi - echo "::set-output name=IS_PRERELEASE::${IS_PRERELEASE}" create_release: name: Create Release