Skip to content

Commit

Permalink
fix: install
Browse files Browse the repository at this point in the history
  • Loading branch information
danjohnson95 committed Aug 14, 2023
1 parent 59ffe70 commit 139e247
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
- name: Install dependencies
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader

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

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

0 comments on commit 139e247

Please sign in to comment.