Skip to content

Commit a9070a1

Browse files
committed
修改tag version
Change-Id: I3a9682d906e45c73989ff5b742db344dcde404c0
1 parent d75b63f commit a9070a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/debug.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ jobs:
7777
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.0.7026061"
7878
- name: Fix App Version
7979
run: |
80-
rb=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
81-
rc=$(git rev-parse --short HEAD)
8280
video_tag=$(git describe --tags --match "*video*" --abbrev=0 HEAD)
8381
other_tag=$(git describe --tags --match "v[0-9].[0-9].[0-9]" --abbrev=0 HEAD)
8482
echo "latest_video_tag=$video_tag" >> $GITHUB_ENV

0 commit comments

Comments
 (0)