Skip to content

Commit

Permalink
🚀 fix the version of android version actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkim2689 committed Aug 21, 2024
1 parent 1460209 commit 3cf823d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/an-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cache: 'gradle'

- name: Bumping Version
uses: chkfung/android-version-actions@1.2.3
uses: chkfung/android-version-actions@v1.2.3
with:
gradlePath: ./android/app/build.gradle.kts
versionCode: ${{ github.run_number }}
Expand Down

0 comments on commit 3cf823d

Please sign in to comment.