Skip to content

Commit

Permalink
fix: use --ci flag on install
Browse files Browse the repository at this point in the history
  • Loading branch information
danjohnson95 committed Aug 15, 2023
1 parent f69b617 commit 6ddb1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader

- name: Run install
run: php artisan native:install --force
run: php artisan native:install --force --ci

- name: Run build
run: php artisan native:build --ci

0 comments on commit 6ddb1c8

Please sign in to comment.