Parse git tag in upload component workflow (#356)

This commit is contained in:
Sergei Silnov
2022-01-31 11:43:15 +01:00
committed by GitHub
parent 28819827ba
commit 093688e0b3

View File

@ -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 }}