Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpaku authored Feb 19, 2024
1 parent 1aed887 commit b8a7611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
set -eux
docker compose up --build update
if [ -n "$(git diff)" ]; then
echo "NEW_VERSION_FOUND=true >> "${GITHUB_ENV}"
echo "NEW_VERSION_FOUND=true" >> "${GITHUB_ENV}"
echo "TZ_VERSION=$(cat /gen/version)" >> "${GITHUB_ENV}"
fi
- name: Commit and push if new version found
Expand Down

0 comments on commit b8a7611

Please sign in to comment.