Skip to content

Merge pull request #23 from espressif/fix/dcd_dwc2_reset_open_ep_coun… #18

Merge pull request #23 from espressif/fix/dcd_dwc2_reset_open_ep_coun…

Merge pull request #23 from espressif/fix/dcd_dwc2_reset_open_ep_coun… #18

name: Push TinyUSB to Espressif Component Service
# If the commit is tagged, it will be uploaded. Other scenario silently fail.
on:
push:
tags:
- v*
jobs:
upload_components:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Remove unneeded files
shell: bash
run: rm -rf docs tools lib/embedded-cli lib/fatfs lib/SEGGER_RTT
- name: Upload components to component service
uses: espressif/upload-components-ci-action@v1
with:
name: "tinyusb"
version: ${{ github.ref_name }}
namespace: "espressif"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}