Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cardinalby committed Apr 11, 2021
1 parent a7439c3 commit 57be070
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ If release not found finishes with error.

Specify 1 input from the list to search release by:

* `releaseId` Release Id (number)
* `tag` Tag name
* `commitSha` SHA of commit
* `releaseName` Release name (returns most recent found)
* `latest` Set `1` or `true` to get the latest release
* `releaseId` Release Id (number).
* `tag` Tag name.
* `commitSha` SHA of commit. Can be used to find a draft release.
* `releaseName` Release name. Returns most recent found. Can be used to find a draft release.
* `latest` Set `1` or `true` to get the latest non-draft release.

If no inputs specified, the action will try to get release for the current commit SHA.

Expand Down

0 comments on commit 57be070

Please sign in to comment.