1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/.github/workflows/esp_upload_component.yml

20 lines
498 B
YAML
Raw Normal View History

name: Push LVGL release to Espressif Component Service
# Upload on successful release
on:
release:
types:
- released
jobs:
upload_components:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Upload component to component service
uses: espressif/github-actions/upload_components@master
with:
name: "lvgl"
namespace: "lvgl"
api_token: ${{ secrets.ESP_IDF_COMPONENT_API_TOKEN }}