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.
1 parent 500758a commit 65d122eCopy full SHA for 65d122e
.github/workflows/release.yml
@@ -73,6 +73,7 @@ jobs:
73
git config pull.rebase true
74
git config --global user.email "[email protected]"
75
git config --global user.name "Hypervel"
76
+ bash ./bin/split.sh foundation
77
if [ ${{ inputs.force_delete }} = true ]; then
78
bash ./bin/release.sh v${{ steps.version.outputs.version }} -f
79
else
0 commit comments