Skip to content

Commit b97b2c4

Browse files
committed
Revert "Revert "Pass tag to the component upload action (espressif#7271)""
This reverts commit 13f09ea.
1 parent 13f09ea commit b97b2c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/upload-idf-component.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
submodules: "recursive"
1313

1414
- name: Upload components to the component registry
15-
uses: espressif/github-actions/upload_components@master
15+
uses: espressif/upload-components-ci-action@v1
1616
with:
1717
name: arduino-esp32
18+
version: ${{ github.ref_name }}
1819
namespace: espressif
1920
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

0 commit comments

Comments
 (0)