fix(ci): rename snapshot tag back to latest

The 'nightly' name is being used by the Tramline branch now
This commit is contained in:
Harsh Shandilya 2024-01-28 14:06:09 +05:30
parent 3fc0f891d4
commit 89b821ebf1
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
set -euxo pipefail
NIGHTLY_TAG="nightly"
NIGHTLY_TAG="latest"
CURRENT_REV="$(git rev-parse --short HEAD)"
ASSET_DIRECTORY="${GITHUB_WORKSPACE:?}/android/apk"