Skip to content

Commit

Permalink
fix(ci): add swagger doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
haveachin committed Jan 31, 2023
1 parent 9850dee commit e3186e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: Generate Swagger docs
run: make swag
- name: Run GoReleaser ${{ github.ref_name }}
uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit e3186e3

Please sign in to comment.