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:
Abdelatif Guettouche
2022-05-27 11:36:52 +02:00
committed by GitHub
parent f9423ab83f
commit 6b93a6c21e

View File

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