Skip to content

Commit 65d122e

Browse files
committed
fix: split foundation package before release in release workflow
1 parent 500758a commit 65d122e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
git config pull.rebase true
7474
git config --global user.email "[email protected]"
7575
git config --global user.name "Hypervel"
76+
bash ./bin/split.sh foundation
7677
if [ ${{ inputs.force_delete }} = true ]; then
7778
bash ./bin/release.sh v${{ steps.version.outputs.version }} -f
7879
else

0 commit comments

Comments
 (0)