Skip to content

Commit

Permalink
Add softprops/action-gh-release@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 authored Mar 28, 2024
1 parent 3bce158 commit 11fd1a1
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions typings/softprops/action-gh-release/v2/action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# See https://github.com/typesafegithub/github-actions-typing
inputs:
body:
type: string
body_path:
type: string
name:
type: string
tag_name:
type: string
draft:
type: boolean
prerelease:
type: boolean
files:
type: list
separator: "\n"
list-item:
type: string
fail_on_unmatched_files:
type: boolean
repository:
type: string
token:
type: string
target_commitish:
type: string
discussion_category_name:
type: string
generate_release_notes:
type: boolean
append_body:
type: boolean
make_latest:
type: enum
allowed-values:
- true
- false
- legacy
# Please check those outputs's description and set a proper type. 'string' is just set by default
outputs:
url:
type: string
id:
type: string
upload_url:
type: string

0 comments on commit 11fd1a1

Please sign in to comment.