fix: release version out of sync

This commit is contained in:
ZanzyTHEbar 2023-03-21 12:51:40 +00:00
parent 65ffbbd038
commit 78df34542f

View File

@ -84,11 +84,6 @@ jobs:
release-openiris:
runs-on: ubuntu-latest
needs: [build]
strategy:
fail-fast: false
matrix:
target_name: [esp32AIThinker, esp32M5Stack, esp32Cam, esp_eye, wrover, wrovers3]
target_build_type: ["", _release]
steps:
- name: Checkout
uses: actions/checkout@v3