diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50afa6b..110c8a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release & publish to marketplaces on: push: branches: - - master + - main jobs: release-please: @@ -17,7 +17,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} command: manifest - + publish: needs: release-please if: ${{ needs.release-please.outputs.release_created }} @@ -36,7 +36,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2.1.2 with: - node-version: '14' + node-version: "14" check-latest: true - name: Checkout project diff --git a/README.md b/README.md index 5cbdcfc..32ff28e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Editor extension support for Grain +# Editor extension support for Grain Grain has a standard LSP implementation built into the compiler. @@ -10,4 +10,4 @@ Our first extension is for Visual Studio Code. Contributions are welcome and greatly appreciated. If you find issues while using this extension, please report them by opening an issue in our [issue tracker](https://github.com/grain-lang/grain-language-servers/issues). -For more in-depth information on how to contribute to Grain's projects, check out the official [contributing guide](https://github.com/grain-lang/grain/blob/master/CONTRIBUTING.md). +For more in-depth information on how to contribute to Grain's projects, check out the official [contributing guide](https://github.com/grain-lang/grain/blob/main/CONTRIBUTING.md).