We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba7b7e commit ab8e3deCopy full SHA for ab8e3de
.github/actions/publish/entrypoint.sh
@@ -43,6 +43,8 @@ if [[ "$CURRENT" != "$LATEST" ]]; then
43
echo "🎉 Found new go-ipfs release $LATEST@$NPM_DIST_TAG"
44
fi
45
46
+ git config --global --add safe.directory /github/workspace
47
+
48
# The workspace starts as a detached commit for scheduled builds...
49
git rev-parse --abbrev-ref HEAD
50
git checkout master
0 commit comments