diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a6df7a..414427d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,6 +97,6 @@ jobs: serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: net.helcel.beans releaseFiles: app/build/outputs/bundle/signedRelease/app-signedRelease.aab - tracks: 'internal' # ${{ startsWith(github.ref, 'refs/tags/') && 'production' || 'beta' }} + tracks: ${{ startsWith(github.ref, 'refs/tags/') && 'production' || 'alpha' }} status: completed whatsNewDirectory: tmp/whatsnew