From eedddf462b210bd2f7f29b6901951114c7af1cce Mon Sep 17 00:00:00 2001 From: Abhishiv Saxena Date: Thu, 29 Aug 2024 16:31:55 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62f908f..7c5bfb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,10 +29,8 @@ jobs: uses: JS-DevTools/npm-publish@v3 if: github.ref == 'refs/heads/master' with: - registry: "https://registry.npmjs.org/" token: ${{ secrets.NPM_TOKEN }} access: "public" - check-version: true - if: steps.publish.outputs.type != 'none' run: | echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"