Skip to content

Commit

Permalink
fix(enc28j60): added enc28j60 to Component registry upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaond committed Oct 9, 2024
1 parent 5219908 commit 047629a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Upload components to the component registry
uses: espressif/github-actions/upload_components@master
with:
directories: "ksz8863;adin1200;lan867x;ch390;ethernet_init;eth_dummy_phy"
directories: "ksz8863;adin1200;lan867x;ch390;enc28j60;ethernet_init;eth_dummy_phy"
namespace: "espressif"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

0 comments on commit 047629a

Please sign in to comment.