Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
ci: fix update script
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Apr 13, 2024
1 parent f3d2b4e commit 16e5e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-univer-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies with pnpm
run: |
pnpm i
pnpm up '@univerjs/*'
pnpm up '@univerjs/*' --latest
- name: Commit and push if there are updates
run: |
Expand Down

0 comments on commit 16e5e55

Please sign in to comment.