0
0
Fork 0

remove bump version step
Some checks failed
Build Android / Build APK (push) Failing after 8m44s

This commit is contained in:
brooke 2025-05-29 17:36:13 -04:00
parent 910b9de5bc
commit 943178f7cd

View file

@ -50,13 +50,6 @@ jobs:
working-directory: ./dust
run: ~/.bun/bin/bunx cap sync
- name: Bump version
working-directory: ./dust
uses: https://github.com/chkfung/android-version-actions@v1.2.2
with:
gradlePath: android/app/build.gradle
versionCode: 2${{github.run_number}}
- name: Build app bundle
working-directory: ./dust
run: cd android && ./gradlew bundle