We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466e962 commit 097c2e3Copy full SHA for 097c2e3
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
42
release:
43
name: release APK
44
- needs: demoapk
+ needs: build_apk
45
if: startsWith(github.ref, 'refs/tags/v')
46
runs-on: ubuntu-latest
47
steps:
0 commit comments