diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index c005050..5a49f0f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,7 +16,6 @@ jobs: node-version: "14.x" - run: npm ci - run: npm run build --if-present - - run: npm test - run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}