melissawm / sphinx-tags

A tiny Sphinx extension that implements blog-style tags for documentation.
https://sphinx-tags.readthedocs.io/en/latest/
MIT License
44 stars 11 forks source link

Fix 'body' setting for action-gh-release #74

Closed JWCook closed 10 months ago

JWCook commented 10 months ago

Sorry, looks like there was a config error. This should fix it.

JWCook commented 10 months ago

@melissawm After merging this, if you'd like to try triggering this again using the same tag, you can force-remove and recreate the tag like this:

git tag -d 0.3.0
git push origin :refs/tags/0.3.0
git tag 0.3.0
git push --tags

Otherwise you could manually publish this release and try again next time.

melissawm commented 10 months ago

Awesome! I did go ahead with the release but will be very helpful next time, thanks again!