You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 upon a release.'
inputs:
delete-only-drafts:
description: 'Should we only delete assets from drafts?'
required: true
default: 'true'
version:
description: 'Which version should we delete the assets from?'
required: false
default: ''
github-access-token:
description: 'The GitHub access token required to delete the assets & discover non released versions'