We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a390c68 commit 210bfc6Copy full SHA for 210bfc6
.github/workflows/release-please.yml
@@ -18,8 +18,7 @@ jobs:
18
with:
19
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
20
outputs:
21
- release_created: ${{ steps.release.outputs.release_created }}
22
- release_tag_name: ${{ steps.release.outputs.tag_name }}
+ release_created: ${{ fromJSON(steps.release.outputs.paths_released)[0] != null }} # if we have a single release path, do the release
23
24
publish:
25
environment: publish
0 commit comments