From f4bd56844ea79ed34f75d695ef54e698ce897fc5 Mon Sep 17 00:00:00 2001 From: Sergei Silnov Date: Mon, 19 Sep 2022 15:51:54 +0200 Subject: [PATCH] Pass tag to the component upload action (#7271) --- .github/workflows/upload-idf-component.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/upload-idf-component.yml b/.github/workflows/upload-idf-component.yml index b68e504fc..3a27126c1 100644 --- a/.github/workflows/upload-idf-component.yml +++ b/.github/workflows/upload-idf-component.yml @@ -12,8 +12,9 @@ jobs: submodules: "recursive" - name: Upload components to the component registry - uses: espressif/github-actions/upload_components@master + uses: espressif/upload-components-ci-action@v1 with: name: arduino-esp32 + version: ${{ github.ref_name }} namespace: espressif api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} -- GitLab