diff --git a/action.yml b/action.yml index b463644..580a57e 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ inputs: description: "Specifies whether this release should be set as the latest release for the repository. Drafts and prereleases cannot be set as latest. Can be `true`, `false`, or `legacy`. Uses GitHub api default if not provided" required: false env: - "GITHUB_TOKEN": "As provided by Github Actions" + GITHUB_TOKEN: "As provided by Github Actions" outputs: url: description: "URL to the Release HTML Page"