Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswilli authored Oct 9, 2021
1 parent 0a9ceab commit 7443d1a
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
@@ -1,5 +1,8 @@
name: 'Delete Release Assets'
description: 'A simple GitHub action which deletes all assets attached to a release. It is mainly designed to make sure electron-builder does not fail in case an asset already exists.'
description: 'Delete all assets attached to a release. Mainly designed to make sure electron-builder does not fail if asset already exists.'
branding:
icon: 'file-minus'
color: 'red'
inputs:
tag:
description: 'Tag name that identifies the release (version is read from package.json if not specified)'
Expand Down

0 comments on commit 7443d1a

Please sign in to comment.