We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19ed3d7 + bfec466 commit e06cc2fCopy full SHA for e06cc2f
1 file changed
.github/workflows/android-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Set app version
35
uses: chkfung/android-version-actions@v1.1
36
with:
37
- gradlePath: app/build.gradle
+ gradlePath: app/build.gradle.kts
38
versionCode: ${{ github.event.inputs.versionNumber }}
39
versionName: ${{ github.event.inputs.versionName }}
40
@@ -69,7 +69,7 @@ jobs:
69
releaseName: ${{ github.event.inputs.versionNumber }} (${{ github.event.inputs.versionName }})
70
71
- name: Push current release tag
72
- uses: actions-ecosystem/action-push-tag@v1.0.0
+ uses: thejeff77/action-push-tag@v1.0.0
73
74
tag: ${{ github.event.inputs.versionNumber }}
75
0 commit comments