Publish all packages

This commit is contained in:
Christopher Schleiden
2023-03-23 11:30:59 -07:00
parent 428a56c754
commit 0504c7a58c
+2 -2
View File
@@ -33,9 +33,9 @@ jobs:
git checkout -b release/${{ inputs.version }}
npx lerna version ${{ inputs.version }} --yes --no-push --no-git-tag-version
npx lerna version ${{ inputs.version }} --yes --no-push --no-git-tag-version --force-publish
git add package.json package-lock.json
git add **/package.json package-lock.json lerna.json
git commit -m "Release extension version ${{ inputs.version }}"
git push --set-upstream origin release/${{ inputs.version }}