mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 18:27:15 +02:00
workflows/upload-idf-component.yml: Fix the wildcard. (#6771)
The asterisk needs to be quoted. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
GitHub
parent
f9423ab83f
commit
6b93a6c21e
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:
|
||||
push:
|
||||
tags:
|
||||
- *
|
||||
- '*'
|
||||
jobs:
|
||||
upload_components:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user