From 8e050b1b9f64c4a289a254d1d00a8a933e3f42be Mon Sep 17 00:00:00 2001 From: Nicolai Schmid Date: Sun, 24 Apr 2022 18:50:53 +0200 Subject: [PATCH] ci: remove build stages from release workflow --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b05fd969..3d13f0b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,10 +14,6 @@ jobs: uses: actions/setup-node@v1 with: node-version: 16 - - name: Install dependencies - run: yarn --frozen-lockfile - - name: Build - run: yarn build - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}