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 d75b63f commit a9070a1Copy full SHA for a9070a1
.github/workflows/debug.yml
@@ -77,8 +77,6 @@ jobs:
77
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.0.7026061"
78
- name: Fix App Version
79
run: |
80
- rb=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
81
- rc=$(git rev-parse --short HEAD)
82
video_tag=$(git describe --tags --match "*video*" --abbrev=0 HEAD)
83
other_tag=$(git describe --tags --match "v[0-9].[0-9].[0-9]" --abbrev=0 HEAD)
84
echo "latest_video_tag=$video_tag" >> $GITHUB_ENV
0 commit comments