Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar committed Jan 2, 2024
1 parent ae17927 commit ef47394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Generate Swagger File
run: sudo make proto-swagger-gen
run: mkdir -p ./tmp-swagger-gen && make proto-swagger-gen

- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit ef47394

Please sign in to comment.