Mark tags that start with v
as releases
type: development
This commit is contained in:
parent
a53c2bc5db
commit
a2a4ea1430
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -145,6 +145,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