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 305e794 commit 22db11fCopy full SHA for 22db11f
.github/workflows/CD.yml
@@ -27,14 +27,14 @@ jobs:
27
cache: 'pnpm'
28
29
- name: Build library
30
- run: pnpm install && pnpm build
+ run: pnpm install && pnpm build && pnpm run version
31
32
- name: Create Release Pull Request or Publish to npm
33
id: changesets
34
uses: changesets/action@v1
35
with:
36
publish: pnpm release
37
- version: npm run version
+ version: pnpm run version
38
commit: "chore: new release"
39
title: "chore: new release candidate"
40
env:
0 commit comments