mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
Merge pull request #154 from Fallenbagel/change-to-self-hosted-workflow
add yarn dependencies
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -27,6 +27,8 @@ jobs:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
- name: Install dependencies
|
||||
- name: Install Yarn
|
||||
run: npm install -g yarn
|
||||
run: yarn
|
||||
- name: Release
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user