Skip to content

Commit

Permalink
generate swagger files before release
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar committed Jan 2, 2024
1 parent 87c1ce5 commit 4664f20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Generate swagger file
run: make proto-swagger-gen

- name: Login to GHCR
uses: docker/login-action@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Generate swagger file
run: make proto-swagger-gen

- name: ${{ matrix.release }}
run: make ${{ matrix.release }}
env:
Expand Down

0 comments on commit 4664f20

Please sign in to comment.