Skip to content

Commit 56eec5c

Browse files
committed
Merge branch 'bugfix/component_upload_order' into 'main'
github-actions: Change order of component uploads based on their inter-dependencies See merge request app-frameworks/esp-insights!156
2 parents c8b3730 + 043e8df commit 56eec5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload_components.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
uses: espressif/upload-components-ci-action@v1
1515
with:
1616
directories: >
17-
components/esp_insights;
18-
components/esp_diagnostics;
1917
components/esp_diag_data_store;
18+
components/esp_diagnostics;
19+
components/esp_insights;
2020
namespace: "espressif"
2121
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

0 commit comments

Comments
 (0)