kivikakk / comrak

CommonMark + GFM compatible Markdown parser and renderer
Other
1.12k stars 133 forks source link

[skip test] Release v0.24.0 #417

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

This is an automated PR to build the latest changelog. Upon merging, a new release will be created and published to crates.io.
Due to security considerations, PRs created by GitHub Actions cannot be merged automatically. Please review the changes and merge the PR.
If you require the test suites to run, you can close the PR and reopen it to trigger those workflows.

digitalmoksha commented 1 month ago

Tag was properly created, but the release couldn't be built

https://github.com/kivikakk/comrak/actions/runs/9149009609/job/25152177564

digitalmoksha commented 1 month ago

Looks like we might need to add

            GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

into the env section of the release part of the workflow?

digitalmoksha commented 1 month ago

I will try and add that in a new PR, and also bump the version to 0.24.1 so that we don't collide with the 0.24.0 tag, which was successfully created.