Skip to content

Commit 1d4bfad

Browse files
committed
chore: fix release workflow
1 parent e81c9b9 commit 1d4bfad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint
1+
name: CI
22
on:
33
pull_request:
44
branches:
@@ -8,7 +8,7 @@ on:
88
- main
99

1010
jobs:
11-
build-and-release:
11+
release:
1212
name: Release
1313
runs-on: ubuntu-latest
1414
steps:
@@ -33,8 +33,6 @@ jobs:
3333
npm whoami
3434
env:
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36-
- name: build
37-
run: pnpm build
3836
- name: release package
3937
if: ${{ success() && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
4038
run: pnpm release --dry-run

0 commit comments

Comments
 (0)