Skip to content

Commit e06cc2f

Browse files
author
Martin Styk
committed
2 parents 19ed3d7 + bfec466 commit e06cc2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set app version
3535
uses: chkfung/android-version-actions@v1.1
3636
with:
37-
gradlePath: app/build.gradle
37+
gradlePath: app/build.gradle.kts
3838
versionCode: ${{ github.event.inputs.versionNumber }}
3939
versionName: ${{ github.event.inputs.versionName }}
4040

@@ -69,7 +69,7 @@ jobs:
6969
releaseName: ${{ github.event.inputs.versionNumber }} (${{ github.event.inputs.versionName }})
7070

7171
- name: Push current release tag
72-
uses: actions-ecosystem/action-push-tag@v1.0.0
72+
uses: thejeff77/action-push-tag@v1.0.0
7373
with:
7474
tag: ${{ github.event.inputs.versionNumber }}
7575

0 commit comments

Comments
 (0)