diff --git a/docs/configuration/automatic-releases/github-actions.rst b/docs/configuration/automatic-releases/github-actions.rst index be8a8b480..fbf5110e8 100644 --- a/docs/configuration/automatic-releases/github-actions.rst +++ b/docs/configuration/automatic-releases/github-actions.rst @@ -953,6 +953,9 @@ to the GitHub Release Assets as well. path: dist if-no-files-found: error + outputs: + released: ${{ steps.release.outputs.released || 'false' }} + deploy: # 1. Separate out the deploy step from the publish step to run each step at # the least amount of token privilege