1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 02:27:48 +02:00

docs: remove package-name config from example (#892)

Signed-off-by: Jeff Ching <chingor@google.com>
This commit is contained in:
Jeff Ching
2023-12-01 13:55:40 -08:00
committed by GitHub
parent a6d1fd9854
commit cec9370841

View File

@@ -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 }}