Pass tag to the component upload action (#7271)
This commit is contained in:
parent
2d6ca351a3
commit
f4bd56844e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/upload-idf-component.yml
vendored
3
.github/workflows/upload-idf-component.yml
vendored
|
|
@ -12,8 +12,9 @@ jobs:
|
|||
submodules: "recursive"
|
||||
|
||||
- name: Upload components to the component registry
|
||||
uses: espressif/github-actions/upload_components@master
|
||||
uses: espressif/upload-components-ci-action@v1
|
||||
with:
|
||||
name: arduino-esp32
|
||||
version: ${{ github.ref_name }}
|
||||
namespace: espressif
|
||||
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue