Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Currently, the plugin exports the following GitHub Actions's outputs:
| ----------------------- | ----------------------------------------------------------------------------------------------------- |
| `new-release-published` | Whether a new release was published. The return value is in the form of a string. (`true` or `false`) |
| `new-release-version` | If a new release was published, the version of the new release. (e.g. `1.3.0`) |
| `new-release-git-tag` | If a new version is determined, the git tag of the new release. (e.g. `v1.3.0`) |

### GitHub Actions Example

Expand Down