Skip to content

Commit

Permalink
Merge branch 'backport-1-3-fix-component-upload' into 'release/v1.3'
Browse files Browse the repository at this point in the history
[v1.3] gh_actions: Fix uploading esp-matter component from release branches

See merge request app-frameworks/esp-matter!784
  • Loading branch information
chshu committed Jun 26, 2024
2 parents 6e1aa0c + 2746877 commit 552b6f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*

jobs:
upload_components:
Expand All @@ -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 }}

0 comments on commit 552b6f8

Please sign in to comment.