Skip to content

Commit

Permalink
feature: add config.xsd to phar package
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed May 5, 2024
1 parent 3643ff7 commit 3b7632c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/github-deploy-phar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cd phar
rm -rf *
cp ../build/psalm.phar ../assets/psalm-phar/* .
cp ../build/psalm.phar.asc . || true # not all users have GPG keys
cp ../config.xsd . # add XML schema definition to packaged phar
mv dot-gitignore .gitignore
git config user.email "[email protected]"
git config user.name "Automated commit"
Expand Down

0 comments on commit 3b7632c

Please sign in to comment.