-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
push to esp-idf component
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |