fix build process

This commit is contained in:
buanet
2025-07-21 19:12:37 +02:00
parent df7523d1cb
commit 678f0defa6

View File

@@ -31,6 +31,8 @@ jobs:
with:
repository: 'buanet/ioBroker.docker'
token: ${{ secrets.ACTIONS_PAT }}
ref: main
fetch-depth: 0
- name: Generate build number
id: generate-build-number
@@ -44,7 +46,6 @@ jobs:
run: |
git config --global user.name 'buanet'
git config --global user.email 'info@buanet.de'
git checkout main
git add .github/dependencies/.latest-build
git commit -am "new build" || true
git push