From 1d1967bb91bad5f3134dcffc17f984b27bca9ff0 Mon Sep 17 00:00:00 2001 From: Sergei Silnov Date: Mon, 19 Sep 2022 13:54:02 +0200 Subject: [PATCH] Pass tag to the component upload action --- .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 b68e504fca0..3a27126c172 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 }}