Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3490726
D6554.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
679 B
Referenced Files
None
Subscribers
None
D6554.diff
View Options
diff --git a/.github/workflows/android_release.yml b/.github/workflows/android_release.yml
--- a/.github/workflows/android_release.yml
+++ b/.github/workflows/android_release.yml
@@ -1,8 +1,9 @@
name: Android Build/Upload to Play Store Console
on:
- release:
- types: [published]
+ push:
+ tags:
+ - mobile-**
jobs:
build:
diff --git a/.github/workflows/ios_release.yml b/.github/workflows/ios_release.yml
--- a/.github/workflows/ios_release.yml
+++ b/.github/workflows/ios_release.yml
@@ -1,8 +1,9 @@
name: iOS Build/Archive/Upload to AppStore Connect
on:
- release:
- types: [published]
+ push:
+ tags:
+ - mobile-**
jobs:
build:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 5:20 PM (21 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2678118
Default Alt Text
D6554.diff (679 B)
Attached To
Mode
D6554: [CI] Run mobile releases on push git tag "mobile-vX.Y.Z"
Attached
Detach File
Event Timeline
Log In to Comment