Skip to content

Commit af2c581

Browse files
fix(script): Update .github/scripts/update-version.sh
Co-authored-by: Lucas Saavedra Vaz <[email protected]>
1 parent 5effd6f commit af2c581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/update-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ echo "New Arduino Version: $ESP_ARDUINO_VERSION"
3535
echo "ESP-IDF Version: $ESP_IDF_VERSION"
3636

3737
echo "Updating issue template..."
38-
cat .github/ISSUE_TEMPLATE/issue-report.yml | \
39-
sed "s/.*\- latest master .*/ - latest master \(checkout manually\)\\n - v$ESP_ARDUINO_VERSION/g" > __issue-report.yml && mv __issue-report.yml .github/ISSUE_TEMPLATE/issue-report.yml
38+
cat .github/ISSUE_TEMPLATE/Issue-report.yml | \
39+
sed "s/.*\- latest master .*/ - latest master \(checkout manually\)\\n - v$ESP_ARDUINO_VERSION/g" > __issue-report.yml && mv __issue-report.yml .github/ISSUE_TEMPLATE/Issue-report.yml
4040

4141
echo "Updating platform.txt..."
4242
cat platform.txt | sed "s/version=.*/version=$ESP_ARDUINO_VERSION/g" > __platform.txt && mv __platform.txt platform.txt

0 commit comments

Comments
 (0)