From cec9370841aab8cc5b7d90df66e2979b2d581e78 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Fri, 1 Dec 2023 13:55:40 -0800 Subject: [PATCH] docs: remove package-name config from example (#892) Signed-off-by: Jeff Ching --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d3ce82b..64da6a3 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ If you have a root component (path is `.` or unset), then the action will also o | output | description | | -------------------- | ---------------------------------------------------------------------------------------------------------- | -| `release_created` | `true` if the release was created, `false` otherwise | +| `release_created` | `true` if a root component release was created, `false` otherwise | | `upload_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API | | `html_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API | | `tag_name` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API | @@ -316,7 +316,6 @@ jobs: id: release with: release-type: node - package-name: ${{env.ACTION_NAME}} - uses: actions/checkout@v2 - name: tag major and minor versions if: ${{ steps.release.outputs.release_created }}