Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
docs: remove package-name config from example (#892)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ching <chingor@google.com>
  • Loading branch information
chingor13 committed Dec 1, 2023
1 parent a6d1fd9 commit cec9370
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit cec9370

Please sign in to comment.