File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6868 node-version : 20.x
6969 cache : ' npm'
7070
71- - name : Update @zenstackhq packages to next
71+ - name : Update @zenstackhq packages to latest
7272 if : steps.check-package.outputs.exists == 'true'
7373 run : |
7474 # Get all @zenstackhq packages in the repo
@@ -89,10 +89,10 @@ jobs:
8989 echo "Updating packages in ${{ matrix.repo }}:"
9090 echo "$PACKAGES"
9191
92- # Update each package to next tag
92+ # Update each package to latest tag
9393 for pkg in $PACKAGES; do
94- echo "Updating $pkg to next "
95- npm install "$pkg@next "
94+ echo "Updating $pkg to latest "
95+ npm install "$pkg@latest "
9696 done
9797
9898 # Finally run generate
@@ -111,5 +111,5 @@ jobs:
111111 fi
112112
113113 git add .
114- git commit -m "chore: update @zenstackhq packages to next release"
114+ git commit -m "chore: update @zenstackhq packages to latest release"
115115 git push
You can’t perform that action at this time.
0 commit comments