Skip to content

Fix Compiles on ESP-IDF versions > 4.4 (#8) #2

Fix Compiles on ESP-IDF versions > 4.4 (#8)

Fix Compiles on ESP-IDF versions > 4.4 (#8) #2

Workflow file for this run

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: "esp_ghota"
version: ${{ github.ref_name }}
namespace: "fishwaldo"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}