mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-31 11:17:15 +02:00
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:
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
|
||||||
|
Reference in New Issue
Block a user