Skip to content

Commit 093688e

Browse files
authored
Parse git tag in upload component workflow (#356)
1 parent 2881982 commit 093688e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/upload_component.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ jobs:
1010
- uses: actions/checkout@master
1111
with:
1212
submodules: "recursive"
13-
1413
- name: Upload component to the component registry
1514
uses: espressif/github-actions/upload_components@master
1615
with:
1716
name: "esp32-camera"
18-
version: "git"
1917
namespace: "espressif"
20-
service_url: ${{ secrets.IDF_COMPONENT_API_URL }}
18+
version: ${{ github.ref_name }}
2119
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

0 commit comments

Comments
 (0)