From 81ec4e7178b82550c43803122542f22e1f9e1400 Mon Sep 17 00:00:00 2001 From: Joonas Onatsu Date: Mon, 11 Nov 2024 18:00:52 +0200 Subject: [PATCH] fix script --- .github/actions/build-version/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-version/entrypoint.sh b/.github/actions/build-version/entrypoint.sh index 878d142..c63f9ab 100755 --- a/.github/actions/build-version/entrypoint.sh +++ b/.github/actions/build-version/entrypoint.sh @@ -18,8 +18,8 @@ if [[ "${GITHUB_EVENT_NAME}" == "release" ]] && [[ "${GITHUB_REF_TYPE}" != "tag" fi echo "::endgroup::" -echo "::group::Add $GITHUB_WORKSPACE/.git as safe directory" -git config --global --add safe.directory $GITHUB_WORKSPACE/.git +echo "::group::Add $GITHUB_WORKSPACE/ as safe directory" +git config --global --add safe.directory $GITHUB_WORKSPACE echo "::endgroup::" echo "::group::Parse version"