File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 84
84
idf_version_string="${IDF_BRANCH//\//_}-$IDF_COMMIT"
85
85
7z a -mx=9 -tzip -xr'!.*' framework-arduinoespressif32-${idf_version_string}.zip framework-arduinoespressif32/
86
86
87
+ - name : Set tag name
88
+ id : set_tag_name
89
+ run : |
90
+ IDF_VERSION=$(grep 'esp-idf branch' release-info.txt | sed -E 's/.*branch \[release\/v([0-9]+\.[0-9]+)\].*/\1/')
91
+ DATE=$(date +"%d%m-%H%M")
92
+ echo "tag_name=${DATE}-${IDF_VERSION}" >> $GITHUB_OUTPUT
93
+
87
94
- name : Release framework-arduinoespressif32
88
95
89
96
with :
95
102
release-info.txt
96
103
env :
97
104
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
98
- - name : Set tag name
99
- id : set_tag_name
100
- run : |
101
- IDF_VERSION=$(grep 'esp-idf branch' release-info.txt | sed -E 's/.*branch \[release\/v([0-9]+\.[0-9]+)\].*/\1/')
102
- DATE=$(date +"%d%m-%H%M")
103
- echo "tag_name=${DATE}-${IDF_VERSION}" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments