Skip to content

Commit

Permalink
OA (#114)
Browse files Browse the repository at this point in the history
* Generate swagger
  • Loading branch information
annejan authored Jun 24, 2022
1 parent e2362e8 commit 9ef7fcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: php artisan route:clear
- name: Publish assets
run: php artisan horizon:publish && php artisan livewire:publish
- name: Generate swagger
run: php artisan l5-swagger:generate
- name: Add version.json
run: 'echo "{ \"version\": \"${{ env.RELEASE_VERSION }}\", \"git_ref\": \"$GITHUB_SHA\"}" > public/version.json'
shell: bash
Expand Down

0 comments on commit 9ef7fcd

Please sign in to comment.