Skip to content

Commit

Permalink
fix(build): remove unnecessary build before release
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Apr 20, 2021
1 parent fab7ce8 commit bb2237d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Release
on:
push:
branches:
- 'main'
- 'beta'
- 'next'
- '3.x'
- "main"
- "beta"
- "next"
- "3.x"
pull_request:
jobs:
release:
name: 'Release'
name: "Release"
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -20,7 +20,6 @@ jobs:
node-version: 14
- name: Install dependencies
uses: bahmutov/npm-install@v1
- run: npm run build
- run: npx semantic-release@17
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

1 comment on commit bb2237d

@vercel
Copy link

@vercel vercel bot commented on bb2237d Apr 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.