From c20de9377f6091d01d9571124054bf37c7acef48 Mon Sep 17 00:00:00 2001 From: MARCROCK22 <57925328+MARCROCK22@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:26:00 -0400 Subject: [PATCH] fix: prepare script --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a76ee75..01f4daf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,9 +22,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Build package - run: npm run build - - name: Create Release Pull Request uses: changesets/action@v1 env: