Skip to content

Commit

Permalink
Cre8/issue239 (#240)
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 authored Jul 19, 2024
1 parent 6747319 commit 3883a74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,11 @@ jobs:
npm whoami
- name: 'Publish latest version'
run: pnpm publish:latest
run: pnpm publish:latest

- name: 'Format generated files and commit changes'
run: |
pnpm format
git add .
git commit -m "chore: format generated files"
git push origin HEAD:main
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "vitest run --coverage.enabled=true --coverage.include=packages/*",
"test:watch": "vitest",
"clean": "lerna clean -y",
"publish:latest": "lerna publish --no-private --conventional-commits --include-merged-tags --create-release github --yes --dist-tag latest",
"publish:latest": "lerna publish --no-private --conventional-commits --include-merged-tags --create-release github --yes --dist-tag latest --no-push",
"publish:next": "lerna publish --no-private --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid next --pre-dist-tag next --yes",
"prepare": "husky"
},
Expand Down

0 comments on commit 3883a74

Please sign in to comment.