Skip to content

Commit

Permalink
Code review feedback, no dev on install
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Feb 15, 2022
1 parent c7f7961 commit 30430e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
php_version: 7.4
composer_version: 2
args: --prefer-dist
args: --prefer-dist --no-dev
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
Expand All @@ -40,7 +40,5 @@ jobs:
git checkout -b $BUILT_BRANCH
# git ls-files -i --exclude-from=.gitignore | xargs git rm --cached
git add -A && git commit -m "Changes from $GITHUB_SHA"
git push --force -u origin "${BUILT_BRANCH}"

0 comments on commit 30430e2

Please sign in to comment.