We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5eccf9 + 54c2dbe commit ec6f35dCopy full SHA for ec6f35d
1 file changed
.github/workflows/release.yml
@@ -29,6 +29,8 @@ jobs:
29
npm install -g npm@latest
30
npm --version
31
echo "${HOME}/.npm-global/bin" >> "$GITHUB_PATH"
32
+ - name: Build packages
33
+ run: bun run build
34
- name: Create Release PR or Publish
35
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
36
with:
0 commit comments