We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0977c8 commit 82537a8Copy full SHA for 82537a8
.github/workflows/release.yml
@@ -24,9 +24,7 @@ jobs:
24
id: changesets
25
uses: changesets/action@v1
26
with:
27
- version: |
28
- pnpm run version
29
- ./scripts/update-template-dependencies.sh
+ version: pnpm run version && ./scripts/update-template-dependencies.sh
30
commit: 'chore: version packages'
31
title: 'chore: version packages'
32
publish: pnpm publish:npm
0 commit comments