Skip to content

Commit cd2f672

Browse files
authored
Merge pull request #38 from CheckPointSW/chkp-nirm-patch-1
Update release.yml
2 parents fc76f03 + 01190e6 commit cd2f672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: changesets/action@v1
2929
with:
3030
# This script runs ONLY when publishing (Phase 2)
31-
publish: npm run release
31+
publish: npm run build:all && npm run release
3232
createGithubReleases: true
3333
# This script runs ONLY when creating version PR (Phase 1)
3434
version: npm run version

0 commit comments

Comments
 (0)