diff --git a/.changeset/curly-pots-deliver.md b/.changeset/curly-pots-deliver.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/curly-pots-deliver.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 1e9d0eba2..6a3436773 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -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