Skip to content

Commit ab8e3de

Browse files
authored
Update entrypoint.sh
1 parent fba7b7e commit ab8e3de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/publish/entrypoint.sh

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ if [[ "$CURRENT" != "$LATEST" ]]; then
4343
echo "🎉 Found new go-ipfs release $LATEST@$NPM_DIST_TAG"
4444
fi
4545

46+
git config --global --add safe.directory /github/workspace
47+
4648
# The workspace starts as a detached commit for scheduled builds...
4749
git rev-parse --abbrev-ref HEAD
4850
git checkout master

0 commit comments

Comments
 (0)