Skip to content

Commit

Permalink
add github actions
Browse files Browse the repository at this point in the history
push to esp-idf component
  • Loading branch information
YobeZhou committed Nov 25, 2022
1 parent c0d0064 commit 38018b4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/push_to_esp-idf_components.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Push component to https://components.espressif.com
on:
push:
tags:
- v*
jobs:
upload_components:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: "recursive"

- name: Upload component to the component registry
uses: espressif/upload-components-ci-action@v1
with:
name: "lv_lib_100ask"
version: ${{ github.ref_name }}
namespace: "biubiu"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

0 comments on commit 38018b4

Please sign in to comment.