chore(auto-update): change ytdl lib chekcing in github actions

This commit is contained in:
raiper34
2025-03-15 16:25:57 +01:00
parent a84d3f55af
commit e36e8cd819
3 changed files with 21 additions and 4 deletions
+2 -2
View File
@@ -24,7 +24,8 @@ jobs:
run: docker buildx create --name container --driver=docker-container
- name: Update @distube/ytdl-core and release
run: |
npm update @distube/ytdl-core -w backend
npm ci --only=dev
npm run check:lib
if git diff --exit-code; then
echo "NO changes detected"
else
@@ -32,7 +33,6 @@ jobs:
git config --global user.name "AutoUpdater"
git add .
git commit -m "fix(ytdl): Upgrade ytdl package (automated)"
npm ci --only=dev
npm run release -- --cli
fi
env: