mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 10:44:19 +00:00
Fix missing update release body (#365)
* Update json5 deps * Remove quote around env var `GITHUB_TOKEN` * Factorize search by draft & tag * Correct `_release` undefined when creating a new release * Cleanup package-lock
This commit is contained in:
parent
08d85b1534
commit
fb2d03176f
4 changed files with 112 additions and 71 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue