Skip to content

Commit

Permalink
调整workflow使正式版app版本号不带.git+xxx
Browse files Browse the repository at this point in the history
Change-Id: I0cfdd8fe9744749560eb15a78721b3a1b33fde65
  • Loading branch information
archurcode committed Sep 4, 2020
1 parent 7276bf3 commit 296eab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tencent_official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
rt=${rtt#*v}
rc=$(git rev-parse --short HEAD)
sed -i 's#def versionAppName.*#def versionAppName = \"'$rt'+git.'$rc'\"#g' config.gradle
sed -i 's#def versionAppName.*#def versionAppName = \"'$rt'\"#g' config.gradle
- name: Update Values of Signing
run: |
export KEY_ID_OF_SIGN=$IOT_GPG_KEYNAME
Expand Down

0 comments on commit 296eab4

Please sign in to comment.