Fix release pro script

This commit is contained in:
adrinr 2023-04-13 21:41:42 +01:00
parent a529556e07
commit 68769602cd
1 changed files with 1 additions and 2 deletions

View File

@ -88,8 +88,7 @@ yarn clean -y && yarn bootstrap
# Commit and push changes
git add packages/server/package.json
git add packages/server/yarn.lock
git add packages/worker/package.json
git add packages/worker/yarn.lock
git add yarn.lock
git commit -m "Update pro version to $VERSION" -n
git push