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 77f1a74 commit fdf1c01Copy full SHA for fdf1c01
.github/workflows/deployment.yml
@@ -262,7 +262,7 @@ jobs:
262
run: |
263
git config --local user.email "[email protected]"
264
git config --local user.name "GitHub Action"
265
- git add phar/$FILENAME phar/$FILENAME.md5 phar/$FILENAME.sha512 phar/NIGHTLY_VERSION
+ git add phar/$FILENAME phar/$FILENAME.md5 phar/$FILENAME.sha512 phar/NIGHTLY_VERSION phar/$MANIFEST_FILENAME
266
git commit -m "phar build: $GITHUB_REPOSITORY@$GITHUB_SHA"
267
268
- name: Push changes
0 commit comments