From 2786661415cc5768ec73e1d3f4adb6d73671e30e Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:32:19 -0800 Subject: [PATCH] fix: release actions --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39cf166..1afcf6a 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,8 +57,6 @@ jobs: run: npm ci --legacy-peer-deps - name: Bootstrap run: npm run bootstrap - - name: Compile - run: npm run dist - name: Publish if: success() env: