Skip to content

Commit 08c458a

Browse files
committed
Prospective fix for esp-idf upload
1 parent 0db8835 commit 08c458a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/upload_esp_idf_component.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- name: Extract Version and determine name
3030
working-directory: api/cpp/esp-idf/slint
3131
id: version
32+
env:
33+
RELEASE_INPUT: ${{ github.event.inputs.release }}
3234
run: |
3335
version=$(grep -oP '(?<=GIT_TAG v)[0-9]+\.[0-9]+\.[0-9]+' CMakeLists.txt)
3436
if [[ -z "$version" ]]; then

0 commit comments

Comments
 (0)