Skip to content

Commit

Permalink
Fix: Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chepsi committed Nov 6, 2023
1 parent dde7d4c commit 052a3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-playstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
gradlePath: app/build.gradle.kts
versionCode: ${{github.run_number}}
versionName: $VERSION_NAME_STRING
versionName: VERSION_NAME_STRING

- name: Assemble Release Bundle
run: ./gradlew bundleRelease
Expand Down

0 comments on commit 052a3e1

Please sign in to comment.