Skip to content

Commit 13f09ea

Browse files
author
ONE-TUF-TORTELLINI\haggerty
committed
Revert "Pass tag to the component upload action (espressif#7271)"
This reverts commit f4bd568.
1 parent f4bd568 commit 13f09ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)