Skip to content

Commit ebfad2e

Browse files
committed
refactor: let's give this a try
1 parent c92a779 commit ebfad2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
# this expects you to have a script called changeset:release which does a build for your packages and calls changeset publish
6969
publish: pnpm run changeset:release
7070
commit: "chore: version packages" # we need to fulfill commitlint based rules
71+
version: pnpm changeset version && pnpm install
7172
env:
7273
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7374
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)