Skip to content

Commit

Permalink
Fix typos and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Apr 27, 2023
1 parent a22796d commit 1e89f9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ echo "Next version: '$next_version'"
# Get release notes from CHANGELOG
body=$(changelog show "$next_version_heading")

# Disable warnings about dubious owner ship
# Disable warnings about dubious ownership
# We only really need to know the current head.
git config --global --add safe.directory '*'

# Create GitHub Release
Expand Down

0 comments on commit 1e89f9b

Please sign in to comment.