Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Nov 3, 2024
1 parent 20f7d8b commit feb337b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ jobs:
run: |
npm run prebuild
chmod +x ./gradlew
./gradlew buildRelease
./gradlew assembleRelease
./gradlew bundleRelease
echo "test"
find . -name ".apk"
find . -name ".aab"
echo "test1"
npm run postbuild
env:
APP_VERSION_NAME: ${{ steps.app_version.outputs.version }}
Expand Down

0 comments on commit feb337b

Please # to comment.