Skip to content

Commit

Permalink
Fix component name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hayschan committed Jan 5, 2024
1 parent e6a2997 commit f400c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Upload component to the component registry
uses: espressif/upload-components-ci-action@v1
with:
name: "esp-idf-XGZF4000"
name: "esp-idf-xgzf4000"
version: ${{ github.ref_name }}
namespace: "hayschan"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion examples/xgzf4000-example/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
hayschan/esp-idf-xgzf4000:
hayschan/esp-idf-XGZF4000:
version: "*"
override_path: '../../../'

0 comments on commit f400c68

Please sign in to comment.