Skip to content

Commit

Permalink
chore: Update workflow ref (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer authored Apr 1, 2023
1 parent 091a49b commit afd628c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release & publish to marketplaces
on:
push:
branches:
- master
- main

jobs:
release-please:
Expand All @@ -17,7 +17,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: manifest

publish:
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: '14'
node-version: "14"
check-latest: true

- name: Checkout project
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Editor extension support for Grain
# Editor extension support for Grain

Grain has a standard LSP implementation built into the compiler.

Expand All @@ -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).

0 comments on commit afd628c

Please sign in to comment.