Skip to content

Commit

Permalink
fix: ensure release checks respository state
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Feb 1, 2022
1 parent 21ec887 commit 69d7f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "### Step 1: Check we are ready... requires repository to track remote bran
echo

cd "${APP_PATH}"
# "${APP_PATH}/check.sh"
"${APP_PATH}/check.sh"

if [ $? -ne 0 ]; then
echo "Ensure that everything is clean and ready to go!";
Expand Down

0 comments on commit 69d7f3e

Please sign in to comment.