Mark tags that start with v
as releases (#654)
This commit is contained in:
parent
7384307fdc
commit
cea4a16081
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -112,6 +112,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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user