chore: workflows

This commit is contained in:
Mo
2022-06-10 19:03:52 -05:00
parent 913289f7ae
commit add01a5fce
8 changed files with 14 additions and 2 deletions

View File

@@ -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