From 692eea424c2cbd3b913ab45998bce11186692ee7 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Fri, 20 Sep 2024 11:51:47 +0900 Subject: [PATCH] rm build step --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d6c5774..ad03b97 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,9 +54,6 @@ jobs: - name: Push branch and publish tags run: git push origin main && git push --tags - - name: Build package - run: npm run build - - name: Publish to npm run: npm publish env: