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 556d5bc commit ed48b14Copy full SHA for ed48b14
.github/workflows/deploypod.yml
@@ -17,8 +17,7 @@ jobs:
17
- name: Get Pod Version
18
run: |
19
rtt=$(git describe --tags `git rev-list --tags --max-count=1`)
20
- rt=${rtt#*v}
21
- echo "curr_tag=$rt" >> $GITHUB_ENV
+ echo "curr_tag=$rtt" >> $GITHUB_ENV
22
23
- name: Deploy Link SDK
24
if: ${{!contains(env.curr_tag, 'video')}}
0 commit comments