From 8dd18802d644907439e1752b00a9c047db537451 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 16 May 2021 15:34:45 +0200 Subject: [PATCH] Update tagged_release.yml --- .github/workflows/tagged_release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/tagged_release.yml b/.github/workflows/tagged_release.yml index e8287d26e..9bcc7719d 100644 --- a/.github/workflows/tagged_release.yml +++ b/.github/workflows/tagged_release.yml @@ -15,14 +15,6 @@ jobs: - name: Checkout source code uses: actions/checkout@v2 - - name: Get build variables - id: build_info - run: | - version=`grep -E '^#define EMSESP_APP_VERSION' ./src/version.h | awk -F'"' '{print $2}'` - echo "::set-output name=version::$version" - platform=`grep -E '^#define EMSESP_PLATFORM' ./src/version.h | awk -F'"' '{print $2}'` - echo "::set-output name=platform::$platform" - - name: Compile locally run: make