Skip to content

Commit

Permalink
Fix Play Store release action (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshg authored Jun 5, 2024
1 parent 07bc4b8 commit 811cd37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_play_store_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
echo "version_code=$VERSION_CODE" >> $GITHUB_OUTPUT
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Assemble
run: ./gradlew assemble
- name: Bundle
run: ./gradlew bundleRelease
env:
ORG_GRADLE_PROJECT_VERSION_CODE: ${{ steps.version_code.outputs.version_code }}
ORG_GRADLE_PROJECT_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
Expand Down

0 comments on commit 811cd37

Please sign in to comment.