add option 'snapshots'

This commit is contained in:
eine
2020-07-26 04:14:06 +02:00
parent fc695b9661
commit fe58d3aba3
3 changed files with 67 additions and 22 deletions

View File

@@ -15,6 +15,10 @@ inputs:
description: 'Whether to delete all the previous artifacts, or only replacing the ones with the same name'
required: false
default: false
snapshots:
description: 'Whether to create releases from any tag or to treat some as snapshots'
required: false
default: true
runs:
using: 'docker'
image: 'Dockerfile'