Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasOnatsu committed Nov 11, 2024
1 parent 2bd54da commit 81ec4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-version/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 81ec4e7

Please sign in to comment.