We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db8835 commit 08c458aCopy full SHA for 08c458a
.github/workflows/upload_esp_idf_component.yaml
@@ -29,6 +29,8 @@ jobs:
29
- name: Extract Version and determine name
30
working-directory: api/cpp/esp-idf/slint
31
id: version
32
+ env:
33
+ RELEASE_INPUT: ${{ github.event.inputs.release }}
34
run: |
35
version=$(grep -oP '(?<=GIT_TAG v)[0-9]+\.[0-9]+\.[0-9]+' CMakeLists.txt)
36
if [[ -z "$version" ]]; then
0 commit comments