diff --git a/README.md b/README.md index 17792de5..400a0eb0 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,14 @@ This prefix allows you to distinguish values for different releases. | `--patch` | Number representing patch semver value | | `--sha` | sha that a GitHub release was tagged at | +If the path contains `/` you can access the outputs by using javascript like property access `steps.release.outputs[--...]` +e.g.: + +```yaml +run: npm publish --workflow packages/my-module +if: ${{ steps.release.outputs['packages/my-module--release_created'] }} +``` + ## How release please works Release Please automates CHANGELOG generation, the creation of GitHub releases,