Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 0654550

Browse files
committed
chore: remove duplicate plugin build in release workflow
- our release-it config already runs the lib build, so need to re-run it again
1 parent 088fc86 commit 0654550

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ jobs:
9191
npm whoami
9292
npx release-it --ci --npm.otp=${{ steps.wait-for-secrets.outputs.OTP }}
9393
94-
- name: Run Project Build
95-
if: ${{ inputs.dryrun != true }}
96-
run: yarn run build
97-
9894
- name: Website Prod Build (served for Cypress)
9995
if: ${{ inputs.dryrun != true }}
10096
run: yarn build:demo

0 commit comments

Comments
 (0)