Skip to content

Commit 0fb4875

Browse files
authored
docs(github-actions): adds release job outputs definition to example (python-semantic-release#1344)
1 parent 0bf74d5 commit 0fb4875

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/configuration/automatic-releases/github-actions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,9 @@ to the GitHub Release Assets as well.
953953
path: dist
954954
if-no-files-found: error
955955
956+
outputs:
957+
released: ${{ steps.release.outputs.released || 'false' }}
958+
956959
deploy:
957960
# 1. Separate out the deploy step from the publish step to run each step at
958961
# the least amount of token privilege

0 commit comments

Comments
 (0)