Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Apr 3, 2020
1 parent 91e1ac4 commit fc0474d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Get the upload URL for a release'
description: 'Get the upload URL for a release for a tag in your repository'
author: 'GitHub'
outputs:
release_id:
id:
description: 'The ID of the Release'
html_url:
description: 'The URL users can navigate to in order to view the release'
Expand All @@ -11,3 +11,6 @@ outputs:
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'tag'
color: 'gray-dark'

0 comments on commit fc0474d

Please sign in to comment.