diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 343fc854..93114b70 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -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\//}