Skip to content

Commit af96d81

Browse files
author
Greg Bowler
committed
fix release script
1 parent 9994207 commit af96d81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

phpstan-action.bash

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ echo "Docker tag: $docker_tag" >> output.log 2>&1
66

77
phar_url="https://www.getrelease.download/phpstan/phpstan/$ACTION_VERSION/phar"
88
curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_url" > "${github_action_path}/phpstan.phar"
9-
cat ${github_action_path}/phpstan.phar
10-
exit
119
chmod +x "${github_action_path}/phpstan.phar"
1210

1311
command_string=("phpstan")

0 commit comments

Comments
 (0)