diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a03e184..5bcb03ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,6 @@ jobs: node-version: "12.x" - run: npm ci - run: npm run build - - run: rm .gitignore # commit dist folder - run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}