Skip to content

Commit 38018b4

Browse files
committed
add github actions
push to esp-idf component
1 parent c0d0064 commit 38018b4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
with:
17+
name: "lv_lib_100ask"
18+
version: ${{ github.ref_name }}
19+
namespace: "biubiu"
20+
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

0 commit comments

Comments
 (0)