diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 294940c93..86617d5ac 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -44,8 +44,8 @@ jobs: run: | GITHUB_HEAD_REF=${{ github.head_ref }} - # The PR branch should has the format 'android-release/'. - # should equal to versionName defined in the gradle file. + # The PR branch should has the format 'android-release/'. + # should equal to versionName defined in the gradle file. branch_version="${GITHUB_HEAD_REF##*/}" gradle_version="$(cd android/openthread_commissioner && ./gradlew -q printVersionName)"