Skip to content

Commit

Permalink
updates to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjmux committed Jul 20, 2024
1 parent 6e297b5 commit 25f2f0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ jobs:
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: "tetris"
version: ${{ github.ref_name }}
namespace: "0xjmux"
directories: tetris
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

0 comments on commit 25f2f0d

Please sign in to comment.