Doc(github-actions.rst) fixes the GitHub Actions example by Oli4 · Pull Request #1344 · python-semantic-release/python-semantic-release
Purpose
The example deploy job in github-actions.rst requires outputs.released to be set to true but it is never set to true. This change adds this output, similar to how it is done in the workflow file for python-semantic-release.
Though I am not sure if it is conditional on the success of the release, I still think the example should be working.
PR Completion Checklist
-
Reviewed & followed the Contributor Guidelines
-
Changes Implemented & Validation pipeline succeeds
-
Commits follow the Conventional Commits standard
and are separated into the proper commit type and scope (recommended order: test, build, feat/fix, docs) -
Appropriate Unit tests added/updated
-
Appropriate End-to-End tests added/updated
-
Appropriate Documentation added/updated and syntax validated for sphinx build (see Contributor Guidelines)