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:
|
||||
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