Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtdkp committed Nov 1, 2020
1 parent 62ad70a commit a9010a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
run: |
GITHUB_HEAD_REF=${{ github.head_ref }}
# The PR branch should has the format 'android-release/<release-version>'.
# <release-version> should equal to versionName defined in the gradle file.
# The PR branch should has the format 'android-release/<release-version>'.
# <release-version> should equal to versionName defined in the gradle file.
branch_version="${GITHUB_HEAD_REF##*/}"
gradle_version="$(cd android/openthread_commissioner && ./gradlew -q printVersionName)"
Expand Down

0 comments on commit a9010a2

Please sign in to comment.