From 8c36e57f917bcd76821a5f1a39b95ee1e8d73b4e Mon Sep 17 00:00:00 2001 From: Andreas Schiffler Date: Thu, 18 Aug 2022 18:18:58 +0200 Subject: [PATCH] Update compile_esp8266.yml --- .github/workflows/compile_esp8266.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compile_esp8266.yml b/.github/workflows/compile_esp8266.yml index e18962976..8c385b7f0 100644 --- a/.github/workflows/compile_esp8266.yml +++ b/.github/workflows/compile_esp8266.yml @@ -52,6 +52,7 @@ jobs: run: python getVersion.py - name: create-release id: create-release + uses: actions/create-release@v1 with: draft: false prerelease: false