Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

Add NPM_TOKEN to automate publishing

Changed files
+1
.github
workflows
+1
.github/workflows/release.yaml
···
uses: changesets/action@v1.4.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}