[F] Fix github actions

pull/6/head
Azalea 2023-12-21 02:13:36 -05:00
parent 363bcc6060
commit 4fce05b7d1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
git fetch --prune --unshallow --tags
GIT_SHA="$(git rev-parse --short HEAD)"
CUR_TAG="$(git tag -l | grep 'nightly' | tail -1)"
VER="$(yarn --silent app:version)"
VER="$(sed -n 's/version = "\(.*\)"/\1/p' build.gradle.kts)"
echo "SHORT_SHA=$GIT_SHA" >> $GITHUB_ENV
echo "VER=$VER" >> $GITHUB_ENV
if [[ -z $CUR_TAG ]]; then