Skip to content

Commit

Permalink
Parse git tag in upload component workflow (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumekay committed Jan 31, 2022
1 parent 2881982 commit 093688e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/upload_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ jobs:
- uses: actions/checkout@master
with:
submodules: "recursive"

- name: Upload component to the component registry
uses: espressif/github-actions/upload_components@master
with:
name: "esp32-camera"
version: "git"
namespace: "espressif"
service_url: ${{ secrets.IDF_COMPONENT_API_URL }}
version: ${{ github.ref_name }}
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

0 comments on commit 093688e

Please sign in to comment.