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:
|
with:
|
||||||
draft: false
|
draft: false
|
||||||
files: ${{ steps.package.outputs.archive }}
|
files: ${{ steps.package.outputs.archive }}
|
||||||
prerelease: true
|
prerelease: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user