Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33031219
D6554.1768403091.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
679 B
Referenced Files
None
Subscribers
None
D6554.1768403091.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
Wed, Jan 14, 3:04 PM (8 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5928643
Default Alt Text
D6554.1768403091.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