Skip to content

Commit

Permalink
ci: remove build stages from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaiSchmid committed Apr 24, 2022
1 parent dc4686c commit 8e050b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8e050b1

Please sign in to comment.