We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d167a commit 0d72277Copy full SHA for 0d72277
entrypoint.sh
@@ -27,10 +27,11 @@ echo "Configuring git user and email..."
27
git config --local user.email "action@github.com"
28
git config --local user.name "GitHub Action"
29
30
-echo "Runnung cz..."
31
if ! $INPUT_DRY_RUN; then
+ echo "Running cz..."
32
cz bump --yes --changelog
33
else
34
+ echo "Running dry run cz..."
35
cz bump --yes --changelog --dry-run
36
fi
37
0 commit comments