Skip to content

Commit

Permalink
Create upload_component.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hayschan authored Dec 27, 2023
1 parent ce074b0 commit 1e53070
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/upload_component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Push component to https://components.espressif.com
on:
push:
tags:
- v*
jobs:
upload_components:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"

- name: Upload component to the component registry
uses: espressif/upload-components-ci-action@v1
with:
name: "xgzf4000"
version: ${{ github.ref_name }}
namespace: "hayschan"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
skip_pre_release: false
dry_run: true

0 comments on commit 1e53070

Please sign in to comment.