Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jul 11, 2023
1 parent 0f97b7e commit 1033e50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: 'Easily create a release'
description: 'Create a release for a tag in your repository'
author: 'Surmon'
branding:
icon: 'tag'
color: 'gray-dark'
runs:
using: 'node16'
main: 'dist/index.js'
inputs:
tag_name:
description: 'The name of the tag. This should come from the webhook payload, `github.GITHUB_REF` when a user pushes a new tag'
Expand Down Expand Up @@ -38,9 +44,3 @@ outputs:
description: 'The URL users can navigate to in order to view the release'
upload_url:
description: 'The URL for uploading assets to the release'
runs:
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'tag'
color: 'gray-dark'

0 comments on commit 1033e50

Please sign in to comment.