From 0fb4875fa24ed283ed2d97ff6ab1879669a787ca Mon Sep 17 00:00:00 2001 From: Olivier Morelle Date: Sat, 25 Oct 2025 17:26:21 +0200 Subject: [PATCH] docs(github-actions): adds release job outputs definition to example (#1344) --- docs/configuration/automatic-releases/github-actions.rst | 3 +++ 1 file changed, 3 insertions(+) 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