We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed48b14 commit 37d7899Copy full SHA for 37d7899
.github/workflows/tencent_official.yml
@@ -27,8 +27,7 @@ jobs:
27
- name: Get Product Line
28
run: |
29
rtt=$(git describe --tags `git rev-list --tags --max-count=1`)
30
- rt=${rtt#*v}
31
- echo "curr_tag=$rt" >> $GITHUB_ENV
+ echo "curr_tag=$rtt" >> $GITHUB_ENV
32
33
############# Link ##################
34
- name: Decrypt Link prerelease keychain
0 commit comments