Skip to content

Commit

Permalink
Require the platform-collection the same way for dryrun and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Oct 13, 2023
1 parent e648d11 commit 186b2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install all platform dependencies
run: composer require -W figuren-theater/ft-platform-collection:dev-main
run: composer require figuren-theater/ft-platform-collection --prefer-dist --no-interaction

# Help moving files (which koodimoni/dropin-installer is not capable for, see #11)
- name: Copy files (accompanying koodimoni)
Expand Down

0 comments on commit 186b2af

Please sign in to comment.