File tree Expand file tree Collapse file tree 2 files changed +0
-78
lines changed Expand file tree Collapse file tree 2 files changed +0
-78
lines changed Original file line number Diff line number Diff line change 82
82
pip install --upgrade platformio
83
83
84
84
- run : PLATFORMIO_SRC_DIR=examples/Client PIO_BOARD=${{ matrix.board }} pio run -e ${{ matrix.env }}
85
-
86
- release :
87
- name : Release
88
- if : ${{ github.repository_owner == 'ESP32Async' && github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') }}
89
- runs-on : ubuntu-latest
90
- needs : [arduino, platformio]
91
- permissions :
92
- contents : write
93
- steps :
94
- - name : Checkout
95
- uses : actions/checkout@v4
96
-
97
- - name : Changelog
98
- id : github_release
99
- uses : mikepenz/release-changelog-builder-action@v5
100
- with :
101
- failOnError : true
102
- commitMode : true
103
- configuration : " .github/workflows/release-notes-config.json"
104
-
105
- - name : Release
106
- uses : softprops/action-gh-release@v2
107
- with :
108
- body : ${{steps.github_release.outputs.changelog}}
109
- append_body : true
110
- make_latest : true
111
- draft : false
112
- prerelease : false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments