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.
2 parents 288e64e + 47e97fa commit 0392a6bCopy full SHA for 0392a6b
.github/workflows/release.yml
@@ -84,13 +84,15 @@ jobs:
84
echo "📋 Not in pre-release mode"
85
fi
86
87
+ - name: Build packages
88
+ run: pnpm run build
89
+
90
- name: Create Release Pull Request or Publish to npm
91
id: changesets
92
uses: changesets/action@v1
93
with:
94
version: pnpm changeset version
- # Build immediately before publishing so artifacts reflect the freshly bumped version
- publish: pnpm build && pnpm changeset publish --access public
95
+ publish: pnpm changeset publish --access public
96
commit: 'chore(release): version packages'
97
title: 'chore(release): version packages'
98
env:
0 commit comments