Skip to content

Commit

Permalink
fix: fix failed to read app version in gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ichenhe committed Mar 31, 2024
1 parent 96aeaa1 commit 81690a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
if: ${{ inputs.sshDebug }}
uses: csexton/debugger-action@master

- name: Generate version properties
run: ./gradlew appVersion

- name: Assemble Release APK
run: ./gradlew assembleRelease
env:
Expand Down

0 comments on commit 81690a7

Please sign in to comment.