diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aff51b3e..85fd8606 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,6 @@ jobs: - run: npm i - name: Check Git Commit name run: git log -1 --pretty=format:"%s" | npx commitlint - # Setup .npmrc file to publish to npm registry - - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc - name: Deploy to npm and git run: npm config list && npm run release env: