chore(github-actions): fix github actions automatic update ytdl

This commit is contained in:
raiper34
2025-03-15 15:39:59 +01:00
parent 4ee577a735
commit c4d5af8534
+1
View File
@@ -28,6 +28,7 @@ jobs:
git config --global user.name "AutoUpdater" git config --global user.name "AutoUpdater"
git add . git add .
git commit -m "fix(ytdl): Upgrade ytdl package (automated)" git commit -m "fix(ytdl): Upgrade ytdl package (automated)"
npm ci --only=dev
npm run release -- --cli npm run release -- --cli
fi fi
env: env: