chore: release after tag push

This commit is contained in:
Mo
2022-06-14 10:50:08 -05:00
parent 998476196a
commit 4bd61adc5b
15 changed files with 59 additions and 72 deletions

View File

@@ -1,10 +1,13 @@
name: Mobile Build Production
on: [workflow_dispatch]
on:
push:
tags:
- '@standardnotes/mobile@*'
workflow_dispatch:
jobs:
android:
if: contains(github.event.head_commit.message, 'chore(release)') == false
defaults:
run:
working-directory: packages/mobile
@@ -49,7 +52,6 @@ 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