Skip to content

Commit ed48b14

Browse files
committed
删除去v逻辑
Change-Id: If422a77b9a1f2b0c2cbe08eab8057d4f4712f41a
1 parent 556d5bc commit ed48b14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploypod.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- name: Get Pod Version
1818
run: |
1919
rtt=$(git describe --tags `git rev-list --tags --max-count=1`)
20-
rt=${rtt#*v}
21-
echo "curr_tag=$rt" >> $GITHUB_ENV
20+
echo "curr_tag=$rtt" >> $GITHUB_ENV
2221
2322
- name: Deploy Link SDK
2423
if: ${{!contains(env.curr_tag, 'video')}}

0 commit comments

Comments
 (0)