Skip to content

Commit

Permalink
Merge pull request actions#32 from fleskesvor/feature/support-target-…
Browse files Browse the repository at this point in the history
…commitish

Tag and release on a specific commitish
  • Loading branch information
Mike Coutermarsh committed Jun 16, 2020
2 parents d28992e + 62b2b83 commit e9dc4ac
Show file tree
Hide file tree
Showing 4 changed files with 1,099 additions and 15,332 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ inputs:
description: '`true` to identify the release as a prerelease. `false` to identify the release as a full release. Default: `false`'
required: false
default: false
commitish:
description: 'Any branch or commit SHA the Git tag is created from, unused if the Git tag already exists. Default: SHA of current commit'
required: false
outputs:
id:
description: 'The ID of the created Release'
Expand Down
Loading

0 comments on commit e9dc4ac

Please sign in to comment.