From a9ffe7f597c88745048eb0b81864d84acd233df0 Mon Sep 17 00:00:00 2001 From: Nick Cipollo Date: Wed, 10 Feb 2021 11:53:50 -0500 Subject: [PATCH] Update release notes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d8a514..25fd017 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,10 @@ This action will create a github release and optionally upload an artifact to it - **omitBodyDuringUpdate**: Indicates if the release body should be omitted during updates. The body will still be applied for newly created releases. This will preserve the existing body during updates. - **omitName**: Indicates if the release name should be omitted. - **omitNameDuringUpdate**: Indicates if the release name should be omitted during updates. The name will still be applied for newly created releases. This will preserve the existing name during updates. +- **owner**: Optionally specify the owner of the repo where the release should be generated. Defaults to current repo's owner. - **prerelease**: Optionally marks this release as prerelease. Set to true to enable. - **replacesArtifacts**: Indicates if existing release artifacts should be replaced. Defaults to true. +- **repo**: Optionally specify the repo where the release should be generated. Defaults to current repo. - **tag**: An optional tag for the release. If this is omitted the git ref will be used (if it is a tag). - **token**: (**Required**) The Github token. Typically this will be `${{ secrets.GITHUB_TOKEN }}`.