Skip to content

Commit 0d72277

Browse files
committed
fix(entrypoint): typo correction
1 parent 83d167a commit 0d72277

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entrypoint.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ echo "Configuring git user and email..."
2727
git config --local user.email "[email protected]"
2828
git config --local user.name "GitHub Action"
2929

30-
echo "Runnung cz..."
3130
if ! $INPUT_DRY_RUN; then
31+
echo "Running cz..."
3232
cz bump --yes --changelog
3333
else
34+
echo "Running dry run cz..."
3435
cz bump --yes --changelog --dry-run
3536
fi
3637

0 commit comments

Comments
 (0)