Skip to content

Commit bb2237d

Browse files
committed
fix(build): remove unnecessary build before release
1 parent fab7ce8 commit bb2237d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Release
22
on:
33
push:
44
branches:
5-
- 'main'
6-
- 'beta'
7-
- 'next'
8-
- '3.x'
5+
- "main"
6+
- "beta"
7+
- "next"
8+
- "3.x"
99
pull_request:
1010
jobs:
1111
release:
12-
name: 'Release'
12+
name: "Release"
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
@@ -20,7 +20,6 @@ jobs:
2020
node-version: 14
2121
- name: Install dependencies
2222
uses: bahmutov/npm-install@v1
23-
- run: npm run build
2423
- run: npx semantic-release@17
2524
env:
2625
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)