Mark tags that start with v as releases

type: development
This commit is contained in:
Casey Rodarmor 2020-07-01 23:40:06 -07:00
parent a53c2bc5db
commit a2a4ea1430
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0

View File

@ -145,6 +145,6 @@ jobs:
with:
draft: false
files: ${{steps.package.outputs.archive}}
prerelease: true
prerelease: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}