Skip to content

Commit

Permalink
Fix generator bundle name (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
justnero authored Apr 10, 2024
1 parent 7482812 commit 111b3ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/curly-pots-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Build api-definitions
working-directory: ./api-definitions
run: npx redocly bundle all -o dist/all.yaml
run: npx redocly bundle all@latest -o dist/all.yaml

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

0 comments on commit 111b3ed

Please sign in to comment.