Fix workflows

This commit is contained in:
iranl
2024-07-19 17:15:28 +02:00
parent 9b9a87e41c
commit 96fcbecebf
3 changed files with 5 additions and 2 deletions

View File

@@ -110,6 +110,8 @@ jobs:
rm -rf release
python3 resources/ota_manifest.py beta $Version
- name: Commit binaries to master
env:
Version: ${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }}
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Update beta binaries"