Skip to content

Commit 82537a8

Browse files
committed
fix: run update-template-dependencies after version
1 parent b0977c8 commit 82537a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
id: changesets
2525
uses: changesets/action@v1
2626
with:
27-
version: |
28-
pnpm run version
29-
./scripts/update-template-dependencies.sh
27+
version: pnpm run version && ./scripts/update-template-dependencies.sh
3028
commit: 'chore: version packages'
3129
title: 'chore: version packages'
3230
publish: pnpm publish:npm

0 commit comments

Comments
 (0)