chore: workflows
This commit is contained in:
2
.github/workflows/mobile.build-prod.yml
vendored
2
.github/workflows/mobile.build-prod.yml
vendored
@@ -4,6 +4,7 @@ on: [workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
android:
|
||||
if: contains(github.event.head_commit.message, 'chore(release)') == false
|
||||
defaults:
|
||||
run:
|
||||
working-directory: packages/mobile
|
||||
@@ -48,6 +49,7 @@ jobs:
|
||||
name: release.aab
|
||||
path: android/app/build/outputs/bundle/prodRelease/app-prod-release.aab
|
||||
ios:
|
||||
if: contains(github.event.head_commit.message, 'chore(release)') == false
|
||||
defaults:
|
||||
run:
|
||||
working-directory: packages/mobile
|
||||
|
||||
Reference in New Issue
Block a user