We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317be68 commit 861fd48Copy full SHA for 861fd48
.github/workflows/upload-idf-component.yml
@@ -0,0 +1,19 @@
1
+name: Push components to https://components.espressif.com
2
+on:
3
+ push:
4
+ tags:
5
+ - v*
6
+jobs:
7
+ upload_components:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v2
11
+ with:
12
+ submodules: "recursive"
13
+
14
+ - name: Upload components to the component registry
15
+ uses: espressif/github-actions/upload_components@master
16
17
+ name: arduino-esp32
18
+ namespace: espressif
19
+ api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
idf_component.yml
@@ -0,0 +1,8 @@
+description: "Arduino core for ESP32, ESP32-S and ESP32-C series of SoCs"
+url: "https://github.com/espressif/arduino-esp32"
+targets:
+ - esp32
+ - esp32s2
+ - esp32c3
+tags:
+ - arduino
0 commit comments