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:
Sergei Silnov
2022-05-04 17:50:51 +02:00
committed by GitHub
parent 142fceb856
commit 6707ceb63c

View File

@ -2,7 +2,7 @@ name: Push components to https://components.espressif.com
on:
push:
tags:
- v*
- *
jobs:
upload_components:
runs-on: ubuntu-latest