Skip to content

Commit

Permalink
check prerelease when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Feb 5, 2022
1 parent 7de23b6 commit b42f87e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\//}
Expand Down

0 comments on commit b42f87e

Please sign in to comment.