We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5028f8 commit 431bcc0Copy full SHA for 431bcc0
.github/workflows/release.yaml
@@ -34,15 +34,15 @@ jobs:
34
- name: "Update Version"
35
uses: chkfung/[email protected]
36
with:
37
- gradlePath: app/build.gradle # or app/build.gradle.kts
+ gradlePath: app/build.gradle.kts
38
versionCode: ${{ github.run_number }}
39
versionName: ${{ github.ref_name }}
40
41
- name: "Debug Version"
42
if: ${{ !github.event.act }}
43
continue-on-error: true
44
run: |
45
- cat "app/build.gradle"
+ cat "app/build.gradle.kts"
46
47
- name: "Setup Java"
48
uses: actions/setup-java@v4
0 commit comments