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

This commit is contained in:
raiper34
2025-03-15 15:56:22 +01:00
parent 99eb9ba263
commit bbf95ae50d
2 changed files with 64 additions and 0 deletions
+4
View File
@@ -14,10 +14,14 @@ jobs:
uses: actions/checkout@v2
with:
token: ${{ secrets.AUTOUPDATE_PAT }}
- name: Get tags
run: git fetch --tags origin
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '18.x'
- name: Set up docker builder
run: docker buildx create --name container --driver=docker-container
- name: Update @distube/ytdl-core and release
run: |
npm update @distube/ytdl-core -w backend