We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cafa3f commit aadbbf7Copy full SHA for aadbbf7
.github/workflows/android-release.yml
@@ -1,8 +1,9 @@
1
name: Build Android APK with Expo Prebuild
2
3
on:
4
- release:
5
- types: [created]
+ push:
+ tags:
6
+ - "v*.*.*"
7
8
jobs:
9
build:
0 commit comments