Skip to content

Commit

Permalink
Update upload_to_idf_component_registry.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Augtons authored Jul 1, 2023
1 parent 47bb52d commit fc062b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/upload_to_idf_component_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:

- name: Get Component Version
id: get-version
run: echo "VERSION=$(python ./ci/get-version.py ./idf_component.yml)" >> "$GITHUB_OUTPUT"
run: |
VERSION=$(python ./ci/get-version.py ./idf_component.yml)
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
echo "Got Version: ${{ steps.get-version.outputs.VERSION }}"
- name: Show IDF Component Manager Version
run: pip show idf-component-manager
Expand Down

0 comments on commit fc062b6

Please sign in to comment.