diff --git a/.github/workflows/wheeltest.yml b/.github/workflows/wheeltest.yml index c3018128..97b07202 100644 --- a/.github/workflows/wheeltest.yml +++ b/.github/workflows/wheeltest.yml @@ -48,6 +48,7 @@ jobs: IFS="#" read name commit_args <<< $(echo $text|tr -d '\n') # Sanity check. echo "Arguments are:" + echo $name echo $commit_args # Add tags and overwrite "checking" variable to true if there are tags. if [[ "${commit_args}" == *"@"* ]]; then