mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
gh_actions: Fix uploading esp-matter component from release branches
Closes https://github.com/espressif/esp-matter/issues/966
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user