Allow get config to work with older radio firmware #16
Workflow file for this run
This file contains hidden or 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
| name: Push components to Espressif Component Service | |
| on: | |
| push: | |
| tags: | |
| - v* | |
| jobs: | |
| upload_components: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| submodules: 'recursive' | |
| - name: Upload components to component service | |
| uses: espressif/upload-components-ci-action@v1 | |
| with: | |
| name: "tanmatsu-lora" | |
| version: ${{ github.ref_name }} | |
| namespace: "nicolaielectronics" | |
| api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} |