diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b054170..398f7af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,8 +22,6 @@ jobs: - run: npm ci - run: npm run lint && npm run typecheck && npm test && npm run build - run: npm publish --provenance --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - uses: softprops/action-gh-release@v2 with: generate_release_notes: true