Skip to content

Commit 605eb19

Browse files
authored
Update release.yml
1 parent 136c399 commit 605eb19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,15 @@ jobs:
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- run: npm install
26+
27+
- name: Build all packages
28+
run: npm run build:all
2629

2730
- name: Create Release Pull Request or Publish
2831
uses: changesets/action@v1
2932
with:
3033
# This script runs ONLY when publishing (Phase 2)
31-
publish: npm run build:all && npm run release
34+
publish: npm run release
3235
createGithubReleases: true
3336
# This script runs ONLY when creating version PR (Phase 1)
3437
version: npm run version

0 commit comments

Comments
 (0)