Merge branch 'fix_component_upload' into 'main'

gh_actions: Fix uploading esp-matter component from release branches

See merge request app-frameworks/esp-matter!783
This commit is contained in:
Shu Chen
2024-06-26 11:30:34 +08:00
+2 -1
View File
@@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*
jobs:
upload_components:
@@ -20,4 +21,4 @@ jobs:
with:
name: "esp_matter"
namespace: "espressif"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}