Skip to content

Commit 91b8cb1

Browse files
committed
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
2 parents ba5b64b + 362d39b commit 91b8cb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/upload_component.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- release/*
78

89
jobs:
910
upload_components:
@@ -20,4 +21,4 @@ jobs:
2021
with:
2122
name: "esp_matter"
2223
namespace: "espressif"
23-
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
24+
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

0 commit comments

Comments
 (0)