update workflow

This commit is contained in:
Vitaly Gashkov
2025-09-01 12:46:35 +05:00
parent c7a72f06a2
commit 99d07dc063
+1 -1
View File
@@ -42,6 +42,6 @@ jobs:
run: npm install
- name: Extract app credentials
run: node . --target mobile --output ./credentials.mobile.json && node . --target tv --output ./credentials.tv.json
run: npm run extract:mobile && npm run extract:tv
- uses: stefanzweifel/git-auto-commit-action@v5