Skip to content

Commit 362d39b

Browse files
committed
gh_actions: Fix uploading esp-matter component from release branches
Closes #966
1 parent 4ca1207 commit 362d39b

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)