Skip to content

Update upload_component.yml #5

Update upload_component.yml

Update upload_component.yml #5

name: Push component to https://components.espressif.com
on:
push:
tags:
- v*
workflow_dispatch:
jobs:
upload_components:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Upload component to the component registry
uses: espressif/upload-components-ci-action@v1
with:
name: "esp-idf-XGZF4000"
version: ${{ github.ref_name }}
namespace: "hayschan"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
skip_pre_release: true
dry_run: false