We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d0064 commit 38018b4Copy full SHA for 38018b4
.github/workflows/push_to_esp-idf_components.yml
@@ -0,0 +1,20 @@
1
+name: Push component 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 component to the component registry
15
+ uses: espressif/upload-components-ci-action@v1
16
17
+ name: "lv_lib_100ask"
18
+ version: ${{ github.ref_name }}
19
+ namespace: "biubiu"
20
+ api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
0 commit comments