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

Configure Feed

Select the types of activity you want to include in your feed.

Add NPM_TOKEN to automate publishing

authored by

Jovi De Croock and committed by
GitHub
4ff81177 96e59173

+1
+1
.github/workflows/release.yaml
··· 46 46 uses: changesets/action@v1.4.1 47 47 env: 48 48 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 49 + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}