Update pre_release.yml

This commit is contained in:
Proddy
2021-05-16 15:52:09 +02:00
committed by GitHub
parent 3bc280b817
commit 70943f5758

View File

@@ -22,9 +22,6 @@ jobs:
version=`grep -E '^#define EMSESP_APP_VERSION' ./src/version.h | awk -F'"' '{print $2}'`
echo "::set-output name=version::$version"
- name: Compile locally
run: make
- name: Setup Python
uses: actions/setup-python@v2