From 3c7433a7a856c2d4d3ccea54639a8f1248cfabd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20Arda=20D=C3=BC=C5=9Fova?= Date: Fri, 20 Sep 2024 12:05:44 +0300 Subject: [PATCH] =?UTF-8?q?NPM=20Mod=C3=BCl=20Payla=C5=9Fma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm-publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 793f3d3..69d69b7 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -3,7 +3,7 @@ name: Publish to npm on: push: branches: - - main + - main jobs: publish: @@ -24,8 +24,5 @@ jobs: - name: Install dependencies run: npm install - - name: Build your package (varsa) - run: npm run build - - name: Publish to npm run: npm publish