Upload component to the registry on any tag (#6688)
upload-idf-component.yml action was only running for tags like v*, while in this project tags like 2.0.3 are used. With this change, the workflow will run for all tags.
This commit is contained in:
parent
142fceb856
commit
6707ceb63c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/upload-idf-component.yml
vendored
2
.github/workflows/upload-idf-component.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Push components to https://components.espressif.com
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- *
|
||||||
jobs:
|
jobs:
|
||||||
upload_components:
|
upload_components:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue