Skip to content

Commit

Permalink
[F] Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Dec 21, 2023
1 parent 363bcc6 commit 4fce05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fce05b

Please sign in to comment.