diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da289cf..e93dd00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -135,7 +135,7 @@ jobs: release: name: Create Release - needs: [build-backend, build-frontend] + needs: [ build-backend, build-frontend ] runs-on: ubuntu-latest steps: - name: Checkout @@ -151,6 +151,9 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 + - name: Install dependencies + run: pnpm install + - name: Download Backend Image Tags uses: actions/download-artifact@v3 with: