rename pio targets

This commit is contained in:
proddy
2020-11-17 12:25:55 +01:00
parent aa7b37e006
commit 1df21f25fa
7 changed files with 55 additions and 66 deletions

View File

@@ -41,8 +41,8 @@ jobs:
- name: Build images
run: |
platformio run -e esp8266
platformio run -e esp32
platformio run -e esp8266-ci
platformio run -e esp32-ci
- name: Delete
uses: dev-drprasad/delete-tag-and-release@v0.1.2

View File

@@ -36,8 +36,8 @@ jobs:
- name: Build images
run: |
platformio run -e esp8266
platformio run -e esp32
platformio run -e esp8266-ci
platformio run -e esp32-ci
- name: Changelog
run: cat RELEASENOTES.md CHANGELOG_LATEST.md > BODY.txt