mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 11:03:05 +00:00
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:
@@ -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