Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Jan 23, 2023
1 parent fba7b7e commit ab8e3de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/publish/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ if [[ "$CURRENT" != "$LATEST" ]]; then
echo "🎉 Found new go-ipfs release $LATEST@$NPM_DIST_TAG"
fi

git config --global --add safe.directory /github/workspace

# The workspace starts as a detached commit for scheduled builds...
git rev-parse --abbrev-ref HEAD
git checkout master
Expand Down

0 comments on commit ab8e3de

Please sign in to comment.