Skip to content

Commit

Permalink
Fixed private build
Browse files Browse the repository at this point in the history
  • Loading branch information
korridor committed Apr 15, 2024
1 parent 5080025 commit ee519bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: "Build"
run: npm run build

- name: "Activate billing extension"
run: php artisan module:enable Billing

- name: "Login to GitHub Container Registry"
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit ee519bc

Please sign in to comment.