diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81872b43..5d329ec5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: Determine build type id: build-type run: | - if [[ "${{ github.ref_name }}" =~ ^v.*-(pre|alpha) ]]; then + if [[ "${{ github.ref_name }}" =~ (pre|alpha) ]]; then echo "is_prerelease=true" >> $GITHUB_OUTPUT echo "Build type: Prerelease (APK only)" else