Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/update-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
npm install "$pkg@next"
done

# Finally run zenstack generate
npx zen generate
# Finally run generate
npm run generate

- name: Commit and push changes
if: steps.check-package.outputs.exists == 'true'
Expand Down