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.
2 parents 77f1a74 + fdf1c01 commit b7aceacCopy full SHA for b7aceac
.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