check prerelease when releasing
This commit is contained in:
parent
7de23b6652
commit
b42f87eaa2
1
.github/workflows/Release.yml
vendored
1
.github/workflows/Release.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: ${{ github.ref }}
|
||||
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') || contains(github.ref, 'rc') }}
|
||||
- name: Get version
|
||||
id: get_version
|
||||
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user