From aac03fe7dcae8bf46f49803990404b8ec2270575 Mon Sep 17 00:00:00 2001 From: Chinese Marc <42821305+ChineseMarc@users.noreply.github.com> Date: Mon, 29 May 2023 03:08:24 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a8782e..4bff496 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,10 +15,6 @@ jobs: with: node-version: 18.0.0 - run: npm install - - id: publish - uses: JS-DevTools/npm-publish@v1 - with: - token: ${{ secrets.NPM_AUTH_TOKEN }} - name: Create Release if: steps.publish.outputs.type != 'none' id: create_release