diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb78d848..380f9514 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: inAppUpdatePriority: description: 'In app update priority (0-5)' type: number - default: "0" + default: 0 required: false concurrency: @@ -59,7 +59,7 @@ jobs: SENTRY_DSN: ${{ secrets.SENTRY_DSN }} SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} run: | - ./gradlew --no-configuration-cache collectReleaseApks collectReleaseBundle -PenableSentry + ./gradlew --no-configuration-cache assembleRelease collectReleaseApks collectReleaseBundle -PenableSentry - name: Clean secrets run: scripts/signing-cleanup.sh diff --git a/.github/workflows/tramline-release.yml b/.github/workflows/tramline-release.yml index 729309c1..23739d09 100644 --- a/.github/workflows/tramline-release.yml +++ b/.github/workflows/tramline-release.yml @@ -25,7 +25,7 @@ jobs: run: | ./scripts/setup-age.sh ./scripts/signing-setup.sh "$AGE_SECRET_KEY" - ./gradlew --no-configuration-cache --stacktrace -PenableSentry collectReleaseBundle + ./gradlew --no-configuration-cache --stacktrace assembleRelease collectReleaseBundle -PenableSentry ./scripts/signing-cleanup.sh env: AGE_SECRET_KEY: ${{ secrets.AGE_SECRET_KEY }}