Skip to content

Commit 6f50a89

Browse files
committed
Revert "修改tag version"
This reverts commit a9070a1. Reason for revert: <revert this> Change-Id: I28a558c07e70694c0a168f2d7d2f36e90189cee5
1 parent a9070a1 commit 6f50a89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/debug.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ 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)
8082
video_tag=$(git describe --tags --match "*video*" --abbrev=0 HEAD)
8183
other_tag=$(git describe --tags --match "v[0-9].[0-9].[0-9]" --abbrev=0 HEAD)
8284
echo "latest_video_tag=$video_tag" >> $GITHUB_ENV

0 commit comments

Comments
 (0)