chore(github-actions): fix github actions automatic update ytdl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user