Skip to content

Commit a261153

Browse files
committed
ci: fix release
1 parent 2df9c97 commit a261153

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
- uses: actions/setup-node@v1
2929
with:
3030
node-version: '>=14'
31-
- run: |
32-
npm ci
33-
npm build --if-present
31+
- run: npm ci
3432
env:
3533
CI: true
3634
- run: npx semantic-release -b main

0 commit comments

Comments
 (0)