Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/configuration/automatic-releases/github-actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading