fork of https://github.com/tree-sitter/tree-sitter-graph

Put crate URL in release description

Changed files
+2 -1
.github
workflows
+2 -1
.github/workflows/publish.yml
··· 1 1 name: Publish release 2 - 3 2 on: 4 3 push: 5 4 tags: ··· 35 34 - name: Create GitHub release 36 35 uses: ncipollo/release-action@v1 37 36 with: 37 + body: | 38 + Find more info on all releases at https://crates.io/crates/tree-sitter-graph. 38 39 token: ${{ secrets.GITHUB_TOKEN }}